Releases: nessex/yaml2json-rs
Releases · nessex/yaml2json-rs
v0.4.0
Primarily a dependency update release. This includes a breaking change to serde-yaml (v0.9.0), which includes changing the underlying YAML parsing library among others. Please see the serde-yaml release notes for more information on the breaking changes:
https://github.com/dtolnay/serde-yaml/releases/tag/0.9.0
v0.3.2
v0.3.1
v0.3.0
m1 / Apple Silicon / aarch64-apple-darwin Support
Changes:
- Native build for Apple Silicon
- Stripped binaries to shrink binary size
v0.2.7
This release cleans up error output.
- No more empty lines after errors are logged
- Errors can now be pretty-printed when output as JSON with both
--error json
and--pretty
- Pipefails caused by exiting early or similar, will now exit cleanly with an error code rather than panicking
v0.2.5 Documentation
This release is all about documentation. The library crates now have docs and doc tests for all major functionality.