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