v0.4.41:
  date: "2014-07-07"
  changes:
    - Updating resolve-dep dependency.
v0.4.38:
  date: "2014-06-13"
  changes:
    - Use gray-matter instead of assemble-yaml.
    - Updates dependencies. Minor refactoring and new utils to get rid of a couple of dependencies.
    - Update the loaders for plugins and helpers to use resolve-dep. Should be more reliable now.
v0.4.17:
  date: "2013-10-25"
  changes:
    - Adds a params object to the call to `helper.register` allowing grunt and assemble to be passed in and used from inside helpers.
v0.4.16:
  date: "2013-10-24"
  changes:
    - Adds support for using wildcards with plugins stages.
v0.4.15:
  date: "2013-10-24"
  changes:
    - Implements multiple plugin stages.
v0.4.14:
  date: "2013-10-21"
  changes:
    - Adds support for plugins running once, before and after (thanks @adjohnson916).
    - Adds pagination!
    - Thanks to @xzyfer, `options.data` can now also directly accept an object of data.
v0.4.13:
  date: "2013-10-12"
  changes:
    - Adds `originalAssets` property to root context to store the pre-calculated assets path
v0.4.12:
  date: "2013-10-05"
  changes:
    - Fixes plugins resolving for devDependencies.
v0.4.11:
  date: "2013-10-03"
  changes:
    - Adds filePair to page object. thanks @adjohnson916!
v0.4.10:
  date: "2013-10-02"
  changes:
    - Adds plugin support to Assemble using the `plugins` option. thanks @adjohnson916!
v0.4.9:
  date: "2013-10-02"
  changes:
    - Adds `layoutext` and `postprocess` options.
v0.4.8:
  date: "2013-09-30"
  changes:
    - Assemble now builds 30-50% faster due to some refactoring to async and how context is calculated.
v0.4.7:
  date: "2013-09-20"
  changes:
    - Adds grunt-readme to make it easier to keep the readme updated using templates.
    - Keep options.partials intact so they can be used in helpers.
v0.4.6:
  date: "2013-09-15"
  changes:
    - Updating how the assets path is calculated.
    - Adding resolve-dep and ability to load helpers from node modules using minimatch patterns
v0.4.5:
  date: "2013-09-03"
  changes:
    - "Bug fix: allow page content containing $."
    - Add alias metadata for data on pages configuration object.
v0.4.4:
  date: "2013-08-01"
  changes:
    - Adds "nested layouts"
    - Adds option for pages in JSON/YAML collections to be defined as either objects or keys in an array.
v0.4.3:
  date: "2013-08-01"
  changes:
    - Adds "options.pages" for passing in an array of pages in JSON or YAML format.
v0.4.0:
  date: "2013-06-20"
  changes:
    - Adds "layoutdir" option for defining the directory to be used for layouts. If layoutdir is defined, then layouts may be defined using only the name of the layout.
v0.3.81:
  date: "2013-06-10"
  changes:
    - Adds additional ways to load custom helpers. Now it's possible to use a glob pattern that points to a list of scripts with helpers to load.
    - Adds examples and tests on how to use the new custom helper loading methods.
v0.3.80:
  date: "2013-06-01"
  changes:
    - Fixing bug with null value in engine
v0.3.77:
  date: "2013-05-07"
  changes:
    - Updated README with info about assemble methods
v0.3.74:
  date: "2013-04-28"
  changes:
    - Updating the assemble library to use the assemble-utils repo and unnecessary code.
v0.3.73:
  date: "2013-04-21"
  changes:
    - Fixing how the relative path helper worked and showing an example in the footer of the layout. This example is hidden, but can be seen by doing view source.
v0.3.72:
  date: "2013-04-20"
  changes:
    - Fixing the layout override issue happening in the page yaml headers. Something was missed during refactoring.
v0.3.9:
  date: "2013-04-19"
  changes:
    - Adds tags and categories to the root context and ensure that the current page context values don't override the root context values.
v0.3.8:
  date: "2013-04-18"
  changes:
    - Updating to use actual assets property from current page.
v0.3.7:
  date: "2013-04-17"
  changes:
    - Cleaning up some unused folders and tests
v0.3.6:
  date: "2013-04-16"
  changes:
    - Fixed missing assets property.
v0.3.5:
  date: "2013-04-16"
  changes:
    - Adds a sections array to the template engine so it can be used in helpers.
v0.3.4:
  date: "2013-04-11"
  changes:
    - More tests for helpers and global variables, organized tests. A number of bug fixes.
v0.3.3:
  date: "2013-04-06"
  changes:
    - helper-lib properly externalized and wired up. Global variables for filename, ext and pages
v0.3.22:
  date: "2013-03-22"
  changes:
    - Merged global and target level options so data and partial files can be joined
v0.3.21:
  date: "2013-03-22"
  changes:
    - Valid YAML now allowed in options.data object (along with JSON)
v0.3.14:
  date: "2013-03-18"
  changes:
    - new relative helper for resolving relative paths
