FastCSV v2.0.0 Release Notes
Release Date: 2021-01-01 // almost 4 years ago-
โ Added
๐ Changed
- ๐ Completely re-engineered the API for better usability
- ๐ Improved performance
- ๐ Make use of Java 8 features (like Streams and Optionals)
- โ Replaced TestNG with JUnit 5
- ๐ Changed license from Apache 2.0 to MIT
โ Removed
- CsvContainer concept โ use
Stream.collect()
as a replacement java.io.File
API โ usejava.nio.file.Path
instead