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
MimeTypes
support - moved to
diergo
account, 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
toWriter
andtoWriterUnordered
with optional line separator (#4) - Maps has many new methods to manipulate maps like
removingValue
,renamingValue
andrenamingValue
(#5) - Values has a new method
convertedValue
to allow more flexible conversions than the formerparsedValue
only.
Fixed
- #1: Hanging parser on illegal input with errors ignored
The initial release.