v0.5.11:
  date: 2013-09-24
  changes:
    - Fix for broken partial pre-compilation.
v0.5.10:
  date: 2013-07-14
  changes:
    - Add `commonjs` option.
v0.5.9:
  date: 2013-05-30
  changes:
    - Allow passing `compilerOptions` to Handlebars compiler.
v0.5.8:
  date: 2013-03-14
  changes:
    - Update handlebars dep to ~1.0.10
v0.5.7:
  date: 2013-03-11
  changes:
    - Fix regression with 'wrapped' option.
v0.5.6:
  date: 2013-03-07
  changes:
    - Add new option, processAST
v0.5.5:
  date: 2013-02-27
  changes:
    - Add new options partialsUseNamespace, partialRegex, partialsPathRegex
v0.5.4:
  date: 2013-02-15
  changes:
    - First official release for Grunt 0.4.0.
v0.5.4rc7:
  date: 2013-02-08
  changes:
    - When `namespace` is false and `amd` is true, return handlebars templates directly from AMD wrapper.
v0.5.3rc7:
  date: 2013-02-01
  changes:
    - Add `node` option to produce dual node.js / front-end compiled file.
v0.5.2rc7:
  date: 2013-01-29
  changes:
    - Define handlebars as a dependency for AMD option.
v0.5.1rc7:
  date: 2013-01-28
  changes:
    - Add AMD compilation option.
    - Add processContent option.
    - Do not generate templates into a namespaces when namespace option is false.
v0.5.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.
    - Default wrapped option to true.
v0.4.0rc5:
  date: 2013-01-09
  changes:
    - Updating to work with grunt v0.4.0rc5.
    - Switching to this.files api.
v0.3.3:
  date: 2012-11-21
  changes:
    - Reset for each target
v0.3.2:
  date: 2012-10-12
  changes:
    - Rename grunt-contrib-lib dep to grunt-lib-contrib.
v0.3.1:
  date: 2012-10-03
  changes:
    - Bugfix default processPartialName.
v0.3.0:
  date: 2012-09-23
  changes:
    - Options no longer accepted from global config key.
v0.2.3:
  date: 2012-09-16
  changes:
    - Support for nested namespaces.
v0.2.2:
  date: 2012-09-12
  changes:
    - Escape single quotes in filenames.
v0.2.0:
  date: 2012-09-10
  changes:
    - Refactored from grunt-contrib into individual repo.
