
0.5.0 / 2013-12-03 
==================

  * add option for custom hash function, custom hash separator and update readme (abimaelmartell)
  * only append hash extension if there is a hash (guardian)

0.4.1 / 2013-10-09 
==================

  * Parameterize the hash character length.
  * Don't corrupt binary files on hashing
  * Fixed missing semicolon in readme example
  * Clarified documentation a tiny bit

0.4.0 / 2013-09-11 
==================

  * added tests
  * Add file full path in the output mapping file, and add options to control it [SBoudrias]

0.3.0 / 2013-07-08 
==================

  * changed gruntfile to output to an out directory
  * Merge pull request #7 from SBoudrias/master
  * Refactor task as a standard multi-task (Also refactor the code to use built-in Grunt helpers)

0.2.3 / 2013-05-03 
==================

  * removed use strict
  * Merge pull request #4 from eltimn/master
  * Create mapping file directory if it doesn't exist
  * Merge pull request #3 from michaellopez/encoding
  * Proper use of encoding for hashing international characters.

0.2.2 / 2013-02-26 
==================

  * [example] updated to show how to do php file output
  * [task] added .php output support for mapping file

0.2.1 / 2013-02-09 
==================

  * create dest directory if it doesn't exist

0.2.0 / 2013-02-07 
==================

  * [docs] updated readme
  * [grunt] updated jshint config
  * [package] updated jshint dep
  * Merge branch 'feature/grunt0.4'
  * Updates grunt-hash for Grunt 0.4

0.1.1 / 2012-10-25 
==================

  * updated package and readme

0.1.0 / 2012-10-24 
==================

  * initial commit
