Skip to content

Releases: trailofbits/graphtage

Graphtage v0.2.1

28 Jul 19:14
Compare
Choose a tag to compare

This is primarily a bugfix release fixing a couple edge cases that could cause crashes.

Adds support for JSON5.

Graphtage now cleanly handles the TERM signal as well as keyboard interrupts.

Graphtage v0.2.0

19 May 20:23
Compare
Choose a tag to compare
Graphtage v0.2.0 Pre-release
Pre-release

Adds the -l and -ll options to drastically reduce computation when comparing lists.

Various bugfixes for edge cases that could produce incorrect bounds on matching and Levenshtein edits.

Graphtage v0.1.1 (Bugfix Release)

16 May 20:57
Compare
Choose a tag to compare
Pre-release

Fixes a bug that prevented booleans to be parsed properly from JSON files.

Changes the behavior of the command line utility to return with exit code 1 if the input files differ.

Initial Public Release

15 May 21:16
Compare
Choose a tag to compare
Pre-release

Basic diffing and formatting capabilities for JSON, YAML, XML, HTML, and CSS. Documentation is available here.