Skip to content

Releases: wecodemore/grunt-githooks

v0.6.0

10 Apr 18:00
Compare
Choose a tag to compare
  • Add support for Grunt 1.0.0 – props @arithmetric
  • Add contributing guidelines
  • Add authors/contributors list

v0.5.0

06 Jan 22:30
Compare
Choose a tag to compare
  1. Adds support for {{ hook }} to fetch the current hook name in a template – props @MarkCarver
  2. Updates the .gitignore template for PHPStorm
  3. Simplifies package.json, enhanced code readability – props @mischah

v0.4.0

06 Jan 22:27
Compare
Choose a tag to compare
  1. Adds support for .editorconfig
  2. Adds Download stats to README
  3. Improves Nodejs template by making grunt-githooks give real-time stdout as the child_process gets stdout chunks – props @F1LT3R

v0.3.2

06 Jan 22:25
Compare
Choose a tag to compare
  1. Improves shell template by wrapping Grunt in quotes – props @weotch
  2. Logs err if there is no stderr in Nodejs template – props @yanfitzer

v0.3.1

06 Jan 22:23
Compare
Choose a tag to compare

Fixes handling quotes in arguments

v0.3.0

06 Jan 22:22
Compare
Choose a tag to compare
  1. 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).
  2. Updates .gitignore to avoid commiting any log file.
  3. Adds Travis CI config
  4. Adds CodeClimate badge
  5. Adds a new command parameter to specify the command to run, in case the full path to Grunt is needed
  6. Prevents insertion of a space when no tasks are specified
  7. Adds pre-push hook to the list of Git hook names

v0.2.0

06 Jan 22:18
Compare
Choose a tag to compare
  1. Adds option for command line arguments.
  2. 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

06 Jan 22:15
Compare
Choose a tag to compare

Initial Release