Releases: wecodemore/grunt-githooks
Releases · wecodemore/grunt-githooks
v0.6.0
- Add support for Grunt 1.0.0 – props @arithmetric
- Add contributing guidelines
- Add authors/contributors list
v0.5.0
- Adds support for
{{ hook }}
to fetch the current hook name in a template – props @MarkCarver - Updates the
.gitignore
template for PHPStorm - Simplifies
package.json
, enhanced code readability – props @mischah
v0.4.0
v0.3.2
v0.3.1
Fixes handling quotes in arguments
v0.3.0
- Adds a Handlebar helper to escape backslashes, to make sure paths in hook script have proper escaping (esp. on Windows where backslash is path separator).
- Updates
.gitignore
to avoid commiting anylog
file. - Adds Travis CI config
- Adds CodeClimate badge
- Adds a new
command
parameter to specify the command to run, in case the full path to Grunt is needed - Prevents insertion of a space when no tasks are specified
- Adds
pre-push
hook to the list of Git hook names
v0.2.0
- Adds option for command line arguments.
- The directory is passed as
gruntfileDirectory
so the template can use it to change the directory before running Grunt. This is important if the.git
folder is not in the same directory as Grunt.
v0.1.0
Initial Release