Releases: nginxinc/crossplane
Releases · nginxinc/crossplane
v0.4.14
Fixed the crossplane format
subcommand
v0.4.13
Fixed bug where directives that contained spaces were not being quoted.
v0.4.12
Increased version to 0.4.12
v0.4.11
- Fixed bug in
crossplane build
where args that started with }
wouldn't be quoted.
v0.4.10
- Fixed small unicode bug for Python 2
v0.4.9
- Fixed handling of quoted braces and semicolons.
- When including files via a glob pattern, files are now added in alphabetical order.
v0.4.8
Increased version to 0.4.8
v0.4.5
Fixes bug where empty values in a map block would not be written to the config on build.
v0.4.4
Made crossplane.parser._combine_parsed_configs
more fault tolerant.