You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

75 lines
2.6 KiB

v0.4.0:
date: 2013-05-03
changes:
- Option livereload to start live reload servers.
- Will reload a Gruntfile before running tasks if Gruntfile is modified.
- Option event to only trigger watch on certain events.
- Refactor watch task into separate task runs per target.
- Option forever to override grunt.fatal/warn to help keeping the watch alive with nospawn enabled.
- Emit a beep upon complete.
- Logs all watched files with verbose flag set.
- If interrupt is off, will run the tasks once more if watch triggered during a previous task run.
- tasks property is optional for use with watch event.
- Watchers properly closed when exiting.
v0.3.1:
date: 2013-02-28
changes:
- Fix for top level options.
v0.3.0:
date: 2013-02-27
changes:
- nospawn option added to run tasks without spawning as child processes.
- Watch emits 'watch' events upon files being triggered with grunt.event.
- Completion time in seconds and date/time shown after tasks ran.
- Negate file patterns fixed.
- Tasks debounced individually to handle simultaneous triggering for multiple targets.
- Errors handled better and viewable with --stack cli option.
- Code complexity reduced making the watch task code easier to read.
v0.2.0:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.2.0rc7:
date: 2013-01-18
changes:
- Updating grunt/gruntplugin dependencies to rc6.
- Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
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