Skip to content

celq v0.5.0

Latest

Choose a tag to compare

@IvanIsCoding IvanIsCoding released this 26 May 03:27
· 11 commits to main since this release

This was a release focusing mostly on trimming dependencies and keeping dependencies up-to-date:

  • Switched XML parsing from xml2json-rs to quick-xml. xml2json-rs was based on an older version of quick-xml that was not up-to-date
  • The gron parser and serializer has been completely rewritten using serde_json. The ressa and resast JavaScript parsers were dropped. This leads to smaller binaries.
  • Bumped the YAML parser (serde-saphyr -> 0.0.26).
  • Bumped the toml parser (toml -> 1.1.2).