File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.4.0] - 2019-06-19
9+ ### Added
10+ - Allow CRLF as a record delimiter. [ #27 ] ( https://github.com/ryu1kn/csv-writer/pull/27 )
11+
812## [ 1.3.0] - 2019-04-19
913### Changed
1014- Changed project language from JavaScript to TypeScript.
Original file line number Diff line number Diff line change 11{
22 "name" : " csv-writer" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " Convert objects/arrays into a CSV string or write them into a CSV file" ,
55 "main" : " dist/index.js" ,
66 "types" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments