All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- fix automatic module name to
diergo.csv
- removed SLF4J Dependency, error logging now uses a more flexible BiFunction
- removed
MimeTypessupport - moved to
diergoaccount, changed group to full domainde.diergo
- minimal Java 9 support (#7)
- built with Java 8 and 11
- Appendables are now supported instead of Writers (#6)
- migrated tests to JUnit 5
- Writers is deprecated and will be removed in a future release
- dropped RELEASE-suffix of version
Added
- Rows has new method
toStringArray(#2) - Writers has new methods
toWriterandtoWriterUnorderedwith optional line separator (#4) - Maps has many new methods to manipulate maps like
removingValue,renamingValueandrenamingValue(#5) - Values has a new method
convertedValueto allow more flexible conversions than the formerparsedValueonly.
Fixed
- #1: Hanging parser on illegal input with errors ignored
The initial release.