File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Changelog
22
3+ ** 3.0.0** - <small >_ April 14, 2020_ </small > — [ Diff] ( https://github.com/archiverjs/node-compress-commons/compare/2.1.1...3.0.0 )
4+
5+ - breaking: slowly catch up with node LTS, remove support for versions under 8.
6+ - update multiple deps.
7+
38** 2.1.1** — <small >_ August 2, 2019_ </small > — [ Diff] ( https://github.com/archiverjs/node-compress-commons/compare/2.1.0...2.1.1 )
49
510- update crc32-stream to v3.0.1
Original file line number Diff line number Diff line change 1- # Compress Commons [ ![ Build Status ] ( https://travis-ci.org/archiverjs/node-compress-commons.svg?branch=master )] ( https://travis-ci.org/archiverjs/node-compress-commons ) [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/fx3066dufdpar0it/branch/master?svg=true )] ( https://ci.appveyor.com/project/ctalkington/node-compress-commons/branch/master )
1+ # Compress Commons
22
33Compress Commons is a library that defines a common interface for working with archive formats within node.
44
Original file line number Diff line number Diff line change 2020 " lib"
2121 ],
2222 "engines" : {
23- "node" : " >= 6 "
23+ "node" : " >= 8 "
2424 },
2525 "scripts" : {
2626 "test" : " mocha --reporter dot"
You can’t perform that action at this time.
0 commit comments