Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.65 KB

decs

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.2.1

  • fix automatic module name to diergo.csv

3.2.0

  • removed SLF4J Dependency, error logging now uses a more flexible BiFunction
  • removed MimeTypessupport
  • moved to diergo account, changed group to full domain de.diergo

3.1.1

  • 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

3.1.0

Added

  • Rows has new method toStringArray (#2)
  • Writers has new methods toWriter and toWriterUnordered with optional line separator (#4)
  • Maps has many new methods to manipulate maps like removingValue, renamingValue and renamingValue (#5)
  • Values has a new method convertedValue to allow more flexible conversions than the former parsedValue only.

3.0.1

Fixed

  • #1: Hanging parser on illegal input with errors ignored

3.0.0

The initial release.