Skip to content

Releases: andrewfrench/ghcomp

v.1.2.0: Newline-delimited deflated values

31 Dec 18:31
Compare
Choose a tag to compare

Back again with v1.2.0. This time, I've updated the character used to delimit deflated values to a newline ('\n'), which makes reading input containing many deflated values much simpler. Even within this project, it's allowed me to remove the custom scanner ScanSegment implementation and instead rely on the standard newline scanner.

Full Changelog: v1.1.0...v1.2.0

v1.1.0: Important Additional Functionality

29 Dec 21:53
Compare
Choose a tag to compare

One day after v1.0.0, it's time for another release already. v1.1.0 updates the interface and includes some important functionality: you can now load inflated or deflated values directly to the tree and generate inflated or deflated serializations at will. See README.md for examples.

Full Changelog: v1.0.0...v1.1.0

v1.0.0: The First Versioned Release

28 Dec 18:50
Compare
Choose a tag to compare

After three years of development, a real release. Now you can import this at v1.0.0.

Full Changelog: https://github.com/andrewfrench/ghcomp/commits/v1.0.0