Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@brudaswen brudaswen released this 14 Dec 09:13
· 8 commits to main since this release

Changed

  • Update to Kotlin 2.1.0 (🏅 kudos to theyoz).
  • Update to Kotlinx-Serialization 1.7.3.
  • Make CsvConfig public.
  • Support for streaming via Reader and Appendable (🏅 kudos to UnknownJoe796).
  • Handle Microsoft Excel's insistence on using a byte order marker (🏅 kudos to UnknownJoe796).
  • Asynchronous/Streaming support via CsvRecordReader and CsvRecordWriter (🏅 kudos to UnknownJoe796).

Removed

  • Removed Csv(from: Csv, action: CsvBuilder.() -> Unit) (use from.configure {} instead).