Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Releases: kotools/csv

Version 2.2.0

23 Mar 15:13
0a8da4f
Compare
Choose a tag to compare

Added

Integrate Kotools Types library (#42).

Version 2.1.1

10 Feb 16:51
Compare
Choose a tag to compare

Fixed

Fix pagination and filter ordering in the reader.

Version 2.1.0

02 Feb 08:00
2632134
Compare
Choose a tag to compare

Added

  • Paginated CSV file's reading as a given type (#13).
  • Filtered CSV file's reading as a given type (#35).

Version 2.0.1

01 Feb 10:46
Compare
Choose a tag to compare

Fixed

File targeting on Windows (#37).

Version 2.0.0

05 Jan 14:10
Compare
Choose a tag to compare

Added

  • CSV file's reading as a given type (#9).
  • CSV file's writing as a given type (#22).

Changed

Methods design for explicit error handling (#24).

Removed

Untyped functions (#26).

Version 1.0.0

16 Dec 11:06
Compare
Choose a tag to compare

Added

  • csvReader {...} and csvReaderAsync {...} for reading a CSV file or returning null if something goes wrong (#5).
  • strictCsvReader {...} and strictCsvReaderAsync {...} for reading a CSV file or throwing an exception if something goes wrong (#7).
  • csvWriter {...} and csvWriterAsync {...} for writing rows in a CSV file or returning null if something goes wrong (#8).
  • strictCsvWriter {...} and strictCsvWriterAsync {...} for writing rows in a CSV file or throwing an exception if something goes wrong (#14).