Releases: amazon-ion/ion-cli
Releases · amazon-ion/ion-cli
v0.5.0
What's Changed
- Adds brew install, table of contents to README by @zslayton in #32
- Add a new 'lines' text format by @jobarr-amzn in #35
- Upgrades
clapfrom 2.x to 4.x by @zslayton in #37 - Updates
ion-schema-rusttov0.6.0by @desaikd in #39 - Update Rust to v1.64 in Dockerfile by @hefroy in #43
- Adds
toandfromcommands, with support for JSON. by @tgregg in #44 - Adds 'head' option to allow user get the first specific number of ion values of the input file. by @linlin-s in #46
- Upgrade dependencies by @zslayton in #52
- Upgrades ion-rs to v0.18.1 by @zslayton in #53
- Makes
toandfrominto namespaces with a nestedjsoncommand by @zslayton in #54 - Command traits by @zslayton in #56
- Adds command to filter user data, leaving symtabs by @zslayton in #58
- Handle BrokenPipe gracefully by @jobarr-amzn in #60
- adds inital support for code generation by @desaikd in #61
- dump: autodetect and decompress gzip and zstd by @artemkach in #79
- Version bump to v0.5.0 by @zslayton in #80
New Contributors
- @jobarr-amzn made their first contribution in #35
- @hefroy made their first contribution in #43
- @tgregg made their first contribution in #44
- @linlin-s made their first contribution in #46
- @artemkach made their first contribution in #79
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Add Windows build again, remove LLVM, Clang CI setup by @camerondurham in #27
- Upgrades ion-rs, adds beta 'count' and 'primitive' commands by @zslayton in #28
- Version bump to v0.4.0 by @zslayton in #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.3.0 no longer depends on ion-c, so users do not need to have cmake, clang, etc on their machine to build it.
What's Changed
- Fixes unreachable! calls in Rust 1.59+ by @zslayton in #21
- Add CLI driver tests and build workflow by @camerondurham in #22
- adds changes for validate subcommand by @desaikd in #23
- Updating ion-rs to v0.10.0 by @zslayton in #24
- Removed ion-c dependency by @zslayton in #25
- Version bump to v0.3.0 by @zslayton in #26
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Ion dump by @zslayton in #2
- Update README.md by @zslayton in #3
- Updates ion-c to latest. by @almann in #4
- Implemented beta command. by @cheqianh in #6
- Added
inspect, usedanyhowfor errors by @zslayton in #7 - ion-c now builds inside $OUT_DIR by @zslayton in #8
- Add Dockerfile and instructions by @camerondurham in #13
- Upgrade
ion-rsto0.6.0and update submoduleion-cby @camerondurham in #15 - adds changes for schema subcommand to beta by @desaikd in #16
- Enable
inspectto display symbol table encodings by @zslayton in #18 - Set edition to 2021 and bump to v0.2.0 by @zslayton in #19
New Contributors
- @zslayton made their first contribution in #2
- @almann made their first contribution in #4
- @cheqianh made their first contribution in #6
- @camerondurham made their first contribution in #13
- @desaikd made their first contribution in #16
Full Changelog: https://github.com/amzn/ion-cli/commits/v0.2.0