Update changelog
This commit is contained in:
parent
7b65526834
commit
adc1967d1b
13
CHANGELOG
13
CHANGELOG
@ -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:
|
v0.3.1:
|
||||||
date: 2013-02-28
|
date: 2013-02-28
|
||||||
changes:
|
changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user