Skip to content

v.1.2.0: Newline-delimited deflated values

Latest
Compare
Choose a tag to compare
@andrewfrench andrewfrench released this 31 Dec 18:31

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