File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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.0.1] - 2018-08-09
9+ ### Fixed
10+ - Fixed the issue that coverage report badge on README shows question mark.
11+ Use Coveralls instead of CodeClimate to get code coverage.
12+
813## [ 1.0.0] - 2018-02-28
914### Added
1015- Support for adding CSV records to already existing files. Thanks to @jonmelcher . [ PR #4 ] ( https://github.com/ryu1kn/csv-writer/pull/4 )
Original file line number Diff line number Diff line change 11{
22 "name" : " csv-writer" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Convert objects/arrays into a CSV string or write them into a CSV file" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments