Releases: ryu1kn/csv-writer
Releases · ryu1kn/csv-writer
v1.6.0
Added
- Support for specifying values in nested objects. #34
v1.5.0
Added
- Added
alwaysQuote
flag to always double-quote all fields. #21
v1.4.0
Added
- Allow CRLF as a record delimiter. #27
v1.3.0
Changed
- Changed project language from JavaScript to TypeScript.
Added
v1.1.0
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
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
Added
- Support for adding CSV records to already existing files. Thanks to @jonmelcher. PR #4
v0.0.3
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
Fixed
- Fixed the bug that field values were not quoted when they have newline characters