Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Releases: scireum/parsii

5.0.0-java9-backport

22 Jun 12:06
Compare
Choose a tag to compare
5.0.0-java9-backport Pre-release
Pre-release

Backports the API typo fix (isWhitepace to isWhitespace) to Java9, as it is required for some legacy projects (especilly sirius-search)

Fixes an off-by-one error in LookaheadReader

15 Jun 12:58
Compare
Choose a tag to compare

We accidentally switched to zero-base column indices with the last fix. This now switches back to one-based indices.

Move to Java 16

15 Jun 11:59
ac12768
Compare
Choose a tag to compare

This release mainly focusses on the move to Java 16.

Other changes:

  • Fixes newline handling of LookaheadReader (#27)