v2.0.0
New features:
- Add method to get current long integer value
Breaking changes:
- Library requires Java 8 now
- Change return type of
getParsedCharacterCount()
tolong
to avoid integer overflow when parsing files larger than 2GB
Maintenance:
- Update dependencies of tests and examples
- Update to Gradle 7
- Migrate to JUnit5 and AssertJ
- Minor code cleanup