Releases: ryu1kn/csv-writer
Releases · ryu1kn/csv-writer
v1.6.0
04 Jul 00:40
Compare
Sorry, something went wrong.
No results found
Added
Support for specifying values in nested objects. #34
v1.5.0
04 Jul 00:39
Compare
Sorry, something went wrong.
No results found
Added
Added alwaysQuote flag to always double-quote all fields. #21
v1.4.0
04 Jul 00:39
Compare
Sorry, something went wrong.
No results found
Added
Allow CRLF as a record delimiter. #27
v1.3.0
19 Apr 07:10
Compare
Sorry, something went wrong.
No results found
Changed
Changed project language from JavaScript to TypeScript.
Added
v1.2.0
22 Aug 11:20
Compare
Sorry, something went wrong.
No results found
v1.1.0
22 Aug 11:20
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
Support for adding CSV records to already existing files. Thanks to @jonmelcher . PR #4
v0.0.3
09 Nov 10:49
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Fixed the bug that field values were not quoted when they have newline characters