File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ** 2.1.0** — <small >_ October 12th, 2017_ </small > — [ Diff] ( https://github.com/archiverjs/node-archiver/compare/2.0.3...2.1.0 )
4+
5+ - refactor: ` directory ` now uses glob behind the scenes. should fix some directory recursion issues. (#267 , #275 )
6+ - docs: more info in quick start. (#284 )
7+
38** 2.0.3** — <small >_ August 25th, 2017_ </small > — [ Diff] ( https://github.com/archiverjs/node-archiver/compare/2.0.2...2.0.3 )
49
510- bugfix: revert #261 due to potential issues with editing entryData in special cases.
6- - bugfix: add var to entryData in glob callback (GH #273 )
11+ - bugfix: add var to entryData in glob callback (#273 )
712
813** 2.0.2** — <small >_ August 25th, 2017_ </small > — [ Diff] ( https://github.com/archiverjs/node-archiver/compare/2.0.1...2.0.2 )
914
Original file line number Diff line number Diff line change 1- # Archiver v2.0.3
1+ # Archiver
22
33[ ![ Build Status] ( https://travis-ci.org/archiverjs/node-archiver.svg?branch=master )] ( https://travis-ci.org/archiverjs/node-archiver ) [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true )] ( https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master )
44
Original file line number Diff line number Diff line change 11{
22 "name" : " archiver" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " a streaming interface for archive generation" ,
55 "homepage" : " https://github.com/archiverjs/node-archiver" ,
66 "author" : {
You can’t perform that action at this time.
0 commit comments