grunt-contrib-watch/CHANGELOG

40 lines
1.1 KiB
Plaintext

v0.2.0rc5:
date: 2013-01-09
changes:
- Updating to work with grunt v0.4.0rc5.
v0.2.0a:
date: 2012-12-15
changes:
- Conversion to grunt v0.4 conventions.
- Remove node v0.6 and grunt v0.3 support.
- Allow watch task to be renamed.
- Use grunt.util.spawn "grunt" option.
- Updated to gaze@0.3.0, forceWatchMethod option removed.
v0.1.4:
date: 2012-11-01
changes:
- Prevent watch from spawning duplicate watch tasks
v0.1.3:
date: 2012-10-28
changes:
- Better method to spawn the grunt bin
- Bump gaze to v0.2.0. Better handles some events and new option forceWatchMethod
- Only support Node.js >= v0.8
v0.1.2:
date: 2012-10-17
changes:
- Only spawn a process per task one at a time
- Add interrupt option to cancel previous spawned process
- Grunt v0.3 compatibility changes
v0.1.1:
date: 2012-10-16
changes:
- Fallback to global grunt bin if local doesnt exist. Fatal if bin cannot be found
- Update to gaze 0.1.6
v0.1.0:
date: 2012-10-08
changes:
- Release watch task
- Remove spawn from helper
- Run on Grunt v0.4