Skip to content

Releases: bruceadams/yj

Upgrade to using Clap 4.0

02 Jan 22:12
Compare
Choose a tag to compare
v1.2.3

Update dependencies

Update dependencies

01 Jul 14:15
Compare
Choose a tag to compare
v1.2.2

Minor release 1.2.2

Preserve order and numeric precision for JSON input

03 Jan 13:05
Compare
Choose a tag to compare

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

10 Dec 02:47
Compare
Choose a tag to compare
1.1.35

Release 1.1.35

Small stuff

03 Nov 23:39
Compare
Choose a tag to compare

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

08 Apr 01:33
Compare
Choose a tag to compare

macOS 11 needed for ARM builds

25 Nov 16:36
Compare
Choose a tag to compare
1.1.32

Need macOS 11 for ARM build

Simplify macOS ARM build; maybe it'll go?

25 Nov 01:45
Compare
Choose a tag to compare
1.1.31

Try simpler ARM build on macOS

Skip MUSL build for Linux on ARM

23 Nov 01:18
Compare
Choose a tag to compare
1.1.30

Skip MUSL for (Linux) ARM

Unbreak the Windows release build

22 Nov 22:18
Compare
Choose a tag to compare
1.1.29

Um, remove copy/paste error :-(