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 property.
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 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.
