All Versions
19
Latest Version
Avg Release Cycle
25 days
Latest Release
1462 days ago

Changelog History
Page 1

  • v0.13.0 Changes

    November 04, 2020

    🔋 Feature:

    • 👉 use suspend function inside lambda of open method #66 Thanks @blackmo18 !
  • v0.12.0 Changes

    October 22, 2020

    🔋 Feature:

    • Introduce QUOTE_NONNUMERIC on WriteQuoteMode #20 Thanks @atsuki !
  • v0.11.1 Changes

    September 25, 2020

    🛠 Fix bug:

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

    July 26, 2020
    • Long-running write #59
  • v0.10.4 Changes

    June 09, 2020

    🐛 Bug Fix:

    • #56 adding kotlin-csv-jvm depenedncy pulls testing libraries into runtime
  • v0.10.1 Changes

    June 01, 2020

    🔋 Feature improvements

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

    May 31, 2020

    🔋 Features:

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

    May 24, 2020

    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.
  • v0.8.0 Changes

    May 24, 2020

    🔋 Features:

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

    September 22, 2019