This commit is contained in:
Kyle Robinson Young 2013-07-20 09:04:38 -07:00
parent 7156379f96
commit ff2952b788
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
v0.5.1:
date: 2013-07-20
changes:
- Fixed issue with options resetting.
v0.5.0:
date: 2013-07-18
changes:

View File

@ -401,6 +401,7 @@ Spawning does cause a performance hit (usually 500ms for most environments). It
## Release History
* 2013-07-20v0.5.1Fixed issue with options resetting.
* 2013-07-18v0.5.0Added target name to watch event. Added atBegin option to run tasks when watcher starts. Changed nospawn option to spawn (nospawn still available for backwards compatibility). Moved libs/vars into top scope to prevent re-init. Bumped Gaze version to ~0.4. Re-grab task/target options upon each task run. Add dateFormat option to override the date/time output upon completion.
* 2013-05-27v0.4.4Remove gracefully closing SIGINT. Not needed and causes problems for Windows. Ensure tasks are an array to not conflict with cliArgs.
* 2013-05-11v0.4.3Only group changed files per target to send correct files to live reload.
@ -423,4 +424,4 @@ Spawning does cause a performance hit (usually 500ms for most environments). It
Task submitted by [Kyle Robinson Young](http://dontkry.com)
*This file was generated on Thu Jul 18 2013 20:14:03.*
*This file was generated on Sat Jul 20 2013 09:03:45.*

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-watch",
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
"version": "0.5.0",
"version": "0.5.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"author": {
"name": "Grunt Team",