Releases: nginxinc/crossplane
Releases · nginxinc/crossplane
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Fixed bug where crossplane wouldn't report error messages correctly when the last directive in a config was missing a semicolon.
- Added the
--strict
flag to crossplane parse that should be used if you want to check for unknown directives/spelling errors. - Added the
--combine
flag to crossplane parse that will take the multiple config files and read them as one combined config by using the include directives.
v0.3.1
- Added an
--include-comments
flag tocrossplane parse
so you can now parse inline comments like NGINX directives. - Added the ability to handle special block directives that contain embedded lua code like the
content_by_lua_block
directive from OpenResty's ngx_http_lua_module . - Version 0.3.0 was broken due to an ImportError. This version should not have these problems.