gzipme
Version:
Gzipme is a module and CLI tool to compress files to gzip
62 lines (49 loc) • 2.16 kB
Markdown
## 1.0.0
+ Improvements: Update lib to support nodejs v11+
+ Improvements: Update doc, licenses, changelog
+ Improvements: Update dependencies and tests
+ Improvements: Added Promise support
+ Improvements: Added params validation to avoid invalid data bugs
+ Feature: Added coveralls for test coverage
+ Feature: Added codacy for code quality
+ Feature: Added eslint for code quality
## 0.1.2
+ Bugfix: Fix error when stream is finished but zip is not finished thanks by [lushibi](https://github.com/caio-ribeiro-pereira/gzipme/pull/7)
## 0.1.1
+ Improvements: update mocha, commander and should modules
+ Bugfix: Fix error when there is no callback function thanks by [nbonamy](https://github.com/caio-ribeiro-pereira/gzipme/pull/4)
## 0.1.0
+ Improvements: Added ES6 support
+ Improvements: Remove jscoverage and coverage test
+ Improvements: Update mocha, should and commander modules
+ Improvements: Removed old node versions for travis-ci
+ Improvements: Added node 6.0 support for travis-ci
+ Improvements: Move makefile tests to npm test alias command
+ Improvements: Fix outputStream finish callback thanks by [frjanibo](https://github.com/caio-ribeiro-pereira/gzipme/issues/3#issue-180284790)
## 0.0.9
+ Improvements: Drop node 0.5, 0.6, 0.7, 0.9, 11.0 support
+ Improvements: Update commander.js to 2.0.0
## 0.0.8
+ Improvements: Update commander.js
+ Improvements: Normalize race conditions tests
+ Improvements: Sintax sugar JS
+ Improvements: CLI prints file and gzip file sizes
## 0.0.7
+ Improvements: Avoid overwrite a file when throw an error
+ Improvements: Log a detailed error when throw it
+ Improvements: Update commander.js
## 0.0.6
+ Bugfix: Using path.resolve to avoid path problems
## 0.0.5
+ Feature: Compress mode (best and fast compression)
+ Feature: Compress mode for CLI
+ Improvements: Log filename on invalid file error
## 0.0.4
+ Bugfix: Running on Node 0.6.x
## 0.0.3
+ Feature: Generate custom gzip file by [jylauril](https://github.com/jylauril)
## 0.0.2
+ Bugfix: Grunt compatibility by [jylauril](https://github.com/jylauril)
## 0.0.1
+ Feature: Compress gzip file
+ Feature: Compress gzip file overwrite mode