Skip to content

Releases: tidwall/jj

v1.2.1

02 Mar 19:11
Compare
Choose a tag to compare

Added option to output array values as separate lines.

v1.2.0

09 Feb 22:59
Compare
Choose a tag to compare

Added support for JSON Lines

v1.1.2

06 Jan 00:27
Compare
Choose a tag to compare

Added color and tty formatting.
Fixed formatting issue for pretty plain strings.

1.0.1

18 Dec 14:17
Compare
Choose a tag to compare

Fix duplicate output for ugly flag

1.0.0

18 Dec 12:49
Compare
Choose a tag to compare

Renamed to jj
Official 1.0 release

0.3.0

23 Sep 01:41
Compare
Choose a tag to compare

Added -p flag for pretty printing.
Optional keypath when -p flag is specified.

0.2.3

15 Jun 05:51
Compare
Choose a tag to compare

Updated the vendored gjson/sjson libraries.
Fixes array creation bug #2

0.2.1

25 Oct 20:24
Compare
Choose a tag to compare
Added -O flag, Optimistic Set

This option can be used when the caller expects that a value at the
specified keypath already exists.

It can speed up an operation by as much as 6x, but slow down as much as
20% when the value does not exist.

0.1.1

20 Oct 19:16
Compare
Choose a tag to compare
new -D flag for deleting value

0.1.0

19 Oct 17:32
Compare
Choose a tag to compare
packaging