Releases: nginxinc/crossplane
Releases · nginxinc/crossplane
v0.5.8
Allow parsing non-Unicode nginx configurations
v0.5.7
Add support of resolver
directive in the upstream
block
v0.5.6
Fix for Lua comments with the apostrophe
v0.5.5
Fix for Lua comments with apostrophe
v0.5.4
Updated directive definitions up to nginx 1.17.9
v0.5.3
Updated directive definitions up to nginx 1.17.0
v0.5.2
Fixed the crossplane minify
subcommand, added the ability to format/minify a config file in place, and made it so that crossplane format
no longer removes comments.
v0.5.1
Bug fix: comments between arguments were being parsed as arguments.
v0.5.0
Updated directive definitions to be up to date with nginx 1.15.10.
v0.4.15
Includes a couple fixes for the crossplane format
CLI command, also added a crossplane.format
Python function.