Skip to content

Releases: ryu1kn/csv-writer

v1.6.0

04 Jul 00:40
Compare
Choose a tag to compare

Added

  • Support for specifying values in nested objects. #34

v1.5.0

04 Jul 00:39
Compare
Choose a tag to compare

Added

  • Added alwaysQuote flag to always double-quote all fields. #21

v1.4.0

04 Jul 00:39
Compare
Choose a tag to compare

Added

  • Allow CRLF as a record delimiter. #27

v1.3.0

19 Apr 07:10
Compare
Choose a tag to compare

Changed

  • Changed project language from JavaScript to TypeScript.

Added

v1.2.0

22 Aug 11:20
Compare
Choose a tag to compare

Added

v1.1.0

22 Aug 11:20
Compare
Choose a tag to compare

Added

  • Allow semicolon as a field delimiter as it is commonly used in CSV in some regions. Thanks to @HKskn.
    PR #8, #6

v1.0.1

09 Aug 10:30
Compare
Choose a tag to compare

Fixed

  • Fixed the issue that coverage report badge on README shows question mark.
    Use Coveralls instead of CodeClimate to get code coverage.

v1.0.0

28 Feb 07:57
Compare
Choose a tag to compare

Added

  • Support for adding CSV records to already existing files. Thanks to @jonmelcher. PR #4

v0.0.3

09 Nov 10:49
Compare
Choose a tag to compare

Fixed

  • Fixed the bug that fields were not always surrounded by double quotes
  • Fixed the bug that white space characters on the edge of fields were trimmed

v0.0.2

15 Oct 02:59
Compare
Choose a tag to compare

Fixed

  • Fixed the bug that field values were not quoted when they have newline characters