Skip to content

Releases: nessex/yaml2json-rs

v0.4.0

22 Sep 16:42
v0.4.0
cd089e0
Compare
Choose a tag to compare

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

07 Sep 17:58
v0.3.2
4fb0974
Compare
Choose a tag to compare

Bumped dependencies to the latest versions.

  • Bump thiserror from 1.0.22 to 1.0.29
  • Bump serde from 1.0.123 to 1.0.130
  • Bump serde_json from 1.0.60 to 1.0.67
  • Bump serde_yaml from 0.8.14 to 0.8.20
  • Bump anyhow from 1.0.38 to 1.0.43

v0.3.1

25 Jul 15:45
v0.3.1
58289ba
Compare
Choose a tag to compare

v0.3.1 removes a stray import causing warnings on build.

v0.3.0

25 Jul 15:35
v0.3.0
50dee52
Compare
Choose a tag to compare

v0.3.0 updates yaml2json-rs to take &str instead of String in document_to_writer and document_to_string. This increases the ergonomics of using the library.

m1 / Apple Silicon / aarch64-apple-darwin Support

20 Dec 09:06
Compare
Choose a tag to compare

Changes:

  • Native build for Apple Silicon
  • Stripped binaries to shrink binary size

v0.2.7

17 Nov 05:24
Compare
Choose a tag to compare

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

16 Nov 15:48
Compare
Choose a tag to compare

This release is all about documentation. The library crates now have docs and doc tests for all major functionality.

v0.2.2

15 Nov 15:42
Compare
Choose a tag to compare

Changes

  • Adds support for reading YAML data from stdin
  • Adds support for multi-document files
  • Splits logic into multiple crates
  • Bug fixes
  • Adds license

v0.1.1

12 Nov 10:39
d8757fc
Compare
Choose a tag to compare
Improve the description in the README