Skip to content

Releases: jsoizo/kotlin-csv

0.12.0

22 Oct 03:35
Compare
Choose a tag to compare

Feature:

  • Introduce QUOTE_NONNUMERIC on WriteQuoteMode #20 Thanks @atsuki !

0.11.1

25 Sep 11:25
Compare
Choose a tag to compare

Fix bug:

  • Wrong quotes and missing escape characters on writing CSV with WriteQuoteMode.ALL #62 Thanks for fixing it. @Floern

0.11.0

26 Jul 09:42
1180638
Compare
Choose a tag to compare
  • Long-running write #59

0.10.4

09 Jun 00:25
Compare
Choose a tag to compare

Bug Fix:

  • #56 adding kotlin-csv-jvm depenedncy pulls testing libraries into runtime

0.10.1

01 Jun 14:23
Compare
Choose a tag to compare

Feature improvements

  • #51 a handy API fun writeRow(vararg entry: Any?) is out. Thanks blackmo18. 🙇
  • #54 Output log when skip miss matched row.

0.10.0

31 May 14:04
Compare
Choose a tag to compare

Features:

  • Skip mismatched row fields number option (#42). Thanks again to blackmo18. 🙇

0.9.0

24 May 06:45
Compare
Choose a tag to compare

API improvement for CsvFileReader, CsvWriter, CsvFileWriter.

CAUTION:
There is some breaking changes, sorry!

  • CsvFileWriter.writeAll() method is renamed into writeRows(). Simply rewrite into this.
  • readAll(), readAllWithHeader() methods on CsvFileReader class are removed. Use these methods of same name onCsvReader instead.

0.8.0

24 May 05:04
Compare
Choose a tag to compare

Features:

  • Ability to read line by line file with header (#40). Many thanks to blackmo18.

0.7.3

22 Sep 15:26
Compare
Choose a tag to compare
release v0.7.3

0.7.2

22 Sep 07:39
Compare
Choose a tag to compare
release v0.7.2