Releases: simonrupf/convert2json
Releases · simonrupf/convert2json
0.4.3
- bump serde from 1.0.171 to 1.0.175
- bump serde_json from 1.0.100 to 1.0.103
- bump serde_yaml from 0.9.22 to 0.9.25, fixes serializing using quoted style
around scalar that has digits with leading zero
0.4.2
- bump serde from 1.0.164 to 1.0.171, which bumps syn from 2.0.18 to 2.0.25
- bump serde_json from 1.0.99 to 1.0.100
- bump toml from 0.7.5 to 0.7.6
- bump is-terminal from 0.4.8 to 0.4.9
0.4.1
- bump is-terminal from 0.4.7 to 0.4.8, which bumps rustix from 0.37 to 0.38,
changing some APIs and improving compile-time
0.4.0
- added csv2json arguments for changing default delimiter, quote & escape characters
0.3.0
- added support for files in arguments to *2json tools
- added YAML multi-document support
0.2.0
- added CSV format support
0.1.0
- initial release, covering TOML, XML and YAML formats and for each a tool for
converting from STDIN to STDOUT and a jq wrapper