Releases: bruceadams/yj
Releases · bruceadams/yj
Upgrade to using Clap 4.0
v1.2.3 Update dependencies
Update dependencies
v1.2.2 Minor release 1.2.2
Preserve order and numeric precision for JSON input
This is fairly subtle. When explicitly choosing json input with the --json
option, yj
now preserves the order of keys in objects (it had been sorting them alphabetically) and preserves full numeric precision.
For the default input of yaml, order has always been preserved and numeric precision is not preserved. Numerics are converted into integer or float internally then output in the standard format for integer or float.
Upgrade clap to 3.0.0-rc.0
1.1.35 Release 1.1.35
Small stuff
Updated clap
, the underlying command line parsing library. Now --help
and --version
show (dramatic pause) the version number!
CI builds for macOS universal and more
1.1.33 Release 1.1.33
macOS 11 needed for ARM builds
1.1.32 Need macOS 11 for ARM build
Simplify macOS ARM build; maybe it'll go?
1.1.31 Try simpler ARM build on macOS
Skip MUSL build for Linux on ARM
1.1.30 Skip MUSL for (Linux) ARM
Unbreak the Windows release build
1.1.29 Um, remove copy/paste error :-(