Skip to content

Releases: dbohdan/jsonwatch

v0.6.0

01 Feb 14:26
Compare
Choose a tag to compare
  • Make HTTP requests with the cURL User-Agent header.

v0.5.0

19 Jan 18:47
Compare
Choose a tag to compare

Changes

  • Compare arrays using a diff-like algorithm. Detect element insertions and deletions to show a more informative, easier to read list of changes.
  • Smaller binaries.

v0.3.2.0

10 Dec 16:05
Compare
Choose a tag to compare

This release fixes the handling of UTF-8 JSON output from processes. On Windows you may need to execute the command chcp 65001 before running jsonwatch to see non-ASCII output correctly.

v0.3.1.0

14 Aug 15:41
Compare
Choose a tag to compare

This release makes usability improvements. Jsonwatch now

  • Reformats the initial values to be human-readable (i.e., prettifies JSON);
  • Sorts the changed, removed, and added values in the output by their key;
  • Prints integers without the useless ".0" at the end.

v0.3.0

03 Mar 05:41
Compare
Choose a tag to compare
README.md: Add Windows example