Releases: trailofbits/graphtage
Releases · trailofbits/graphtage
Graphtage v0.2.1
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
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)
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
Basic diffing and formatting capabilities for JSON, YAML, XML, HTML, and CSS. Documentation is available here.