v2.0.0:
|
date: 2020-12-12
|
changes:
|
- Remove iltorb dependency, now uses zlib brotli features.
|
- Requires node >=10.16.
|
- Dependency and test updates.
|
v1.6.0:
|
date: 2019-10-21
|
changes:
|
- Update iltorb dependency
|
v1.5.0:
|
date: 2018-04-24
|
changes:
|
- Update to node 4 as minimum version
|
- update tar to 4.4.8
|
v1.4.3:
|
date: 2017-05-20
|
changes:
|
- Update pretty-bytes to v4.0.2.
|
- Add option to not to create empty archive.
|
v1.4.2:
|
date: 2017-05-20
|
changes:
|
- Update archiver to v1.3.0.
|
v1.4.1:
|
date: 2017-01-20
|
changes:
|
- Make brotli support optional.
|
v1.4.0:
|
date: 2017-01-18
|
changes:
|
- Add support for brotli.
|
v1.3.0:
|
date: 2016-05-24
|
changes:
|
- Update archiver to v1.0.
|
- Fix node 6 support.
|
v1.2.0:
|
date: 2016-03-24
|
changes:
|
- Dependency update.
|
v1.1.1:
|
date: 2016-03-08
|
changes:
|
- Fix verbose output.
|
v1.1.0:
|
date: 2016-03-04
|
changes:
|
- Add ability to replace file in the same location.
|
v1.0.0:
|
date: 2016-02-15
|
changes:
|
- Update archiver, chalk and pretty-bytes.
|
v0.14.0:
|
date: 2015-10-23
|
changes:
|
- Change to verbose output.
|
- Dependency updates archiver 0.16.
|
v0.13.0:
|
date: 2014-12-25
|
changes:
|
- Update archiver to v0.13.
|
- Small fixes.
|
v0.12.0:
|
date: 2014-09-23
|
changes:
|
- Output update.
|
- Prevent zipping dot files and allow for forcing through `fail.warn` within loop.
|
v0.11.0:
|
date: 2014-08-26
|
changes:
|
- Update archiver to v0.11.0.
|
v0.10.0:
|
date: 2014-07-14
|
changes:
|
- Don't apply extensions automatically (use `ext` or `rename`).
|
v0.9.1:
|
date: 2014-05-20
|
changes:
|
- Allow directories to pass-through to archiver via filter.
|
v0.9.0:
|
date: 2014-05-20
|
changes:
|
- Update archiver to v0.9.0.
|
v0.8.0:
|
date: 2014-04-09
|
changes:
|
- Update archiver to v0.8.0.
|
v0.7.0:
|
date: 2014-02-17
|
changes:
|
- Update archiver to v0.6.0.
|
v0.6.0:
|
date: 2014-01-12
|
changes:
|
- Update archiver to v0.5.0.
|
v0.5.3:
|
date: 2013-11-27
|
changes:
|
- Allow archive option to be a function.
|
v0.5.2:
|
date: 2013-06-03
|
changes:
|
- Allow custom extensions using the `ext` option.
|
v0.5.1:
|
date: 2013-05-28
|
changes:
|
- Avoid gzip on folders.
|
v0.5.0:
|
date: 2013-04-23
|
changes:
|
- Add support for `deflate` and `deflateRaw`.
|
v0.4.10:
|
date: 2013-04-15
|
changes:
|
- Fix issue where task finished before all data was compressed.
|
v0.4.9:
|
date: 2013-04-09
|
changes:
|
- Bump Archiver version.
|
v0.4.8:
|
date: 2013-04-07
|
changes:
|
- Open streams lazily to avoid too many open files.
|
v0.4.7:
|
date: 2013-04-01
|
changes:
|
- Pipe gzip to fix gzip issues.
|
- Add tests that undo compressed files to test.
|
v0.4.6:
|
date: 2013-03-25
|
changes:
|
- Fix Node.js v0.8 compatibility issue with gzip.
|
v0.4.5:
|
date: 2013-03-20
|
changes:
|
- Update to archiver 0.4.1
|
- Fix issue with gzip failing intermittently.
|
v0.4.4:
|
date: 2013-03-19
|
changes:
|
- Fixes for Node.js v0.10. Explicitly call `grunt.file` methods with `map` and `filter`.
|
v0.4.3:
|
date: 2013-03-14
|
changes:
|
- Fix for gzip; continue iteration on returning early.
|
v0.4.2:
|
date: 2013-03-13
|
changes:
|
- Refactor task like other contrib tasks.
|
- Fix gzip of multiple files.
|
- Remove unused dependencies.
|
v0.4.1:
|
date: 2013-02-22
|
changes:
|
- Pretty print compressed sizes.
|
- Logging each addition to a compressed file now only happens in verbose mode.
|
v0.4.0:
|
date: 2013-02-15
|
changes:
|
- First official release for Grunt 0.4.0.
|
v0.4.0rc7:
|
date: 2013-01-23
|
changes:
|
- Updating grunt/gruntplugin dependencies to rc7.
|
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
|
v0.4.0rc5:
|
date: 2013-01-14
|
changes:
|
- Updating to work with grunt v0.4.0rc5.
|
- Conversion to grunt v0.4 conventions.
|
- Replace `basePath` with `cwd`.
|
v0.3.2:
|
date: 2012-10-12
|
changes:
|
- Rename grunt-contrib-lib dep to grunt-lib-contrib.
|
v0.3.1:
|
date: 2012-10-09
|
changes:
|
- Replace zipstream package with archiver.
|
v0.3.0:
|
date: 2012-09-24
|
changes:
|
- General cleanup.
|
- Options no longer accepted from global config key.
|
v0.2.2:
|
date: 2012-09-18
|
changes:
|
- Test refactoring.
|
- No valid source check.
|
- Automatic mode detection.
|
v0.2.0:
|
date: 2012-09-10
|
changes:
|
- Refactored from grunt-contrib into individual repo.
|