Update changelog

pull/80/head
Kyle Robinson Young 12 years ago
parent 7b65526834
commit adc1967d1b

@ -1,3 +1,16 @@
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:

Loading…
Cancel
Save