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

  1. v0.4.0:
  2. date: 2013-05-03
  3. changes:
  4. - Option livereload to start live reload servers.
  5. - Will reload a Gruntfile before running tasks if Gruntfile is modified.
  6. - Option event to only trigger watch on certain events.
  7. - Refactor watch task into separate task runs per target.
  8. - Option forever to override grunt.fatal/warn to help keeping the watch alive with nospawn enabled.
  9. - Emit a beep upon complete.
  10. - Logs all watched files with verbose flag set.
  11. - If interrupt is off, will run the tasks once more if watch triggered during a previous task run.
  12. - tasks property is optional for use with watch event.
  13. - Watchers properly closed when exiting.
  14. v0.3.1:
  15. date: 2013-02-28
  16. changes:
  17. - Fix for top level options.
  18. v0.3.0:
  19. date: 2013-02-27
  20. changes:
  21. - nospawn option added to run tasks without spawning as child processes.
  22. - Watch emits 'watch' events upon files being triggered with grunt.event.
  23. - Completion time in seconds and date/time shown after tasks ran.
  24. - Negate file patterns fixed.
  25. - Tasks debounced individually to handle simultaneous triggering for multiple targets.
  26. - Errors handled better and viewable with --stack cli option.
  27. - Code complexity reduced making the watch task code easier to read.
  28. v0.2.0:
  29. date: 2013-02-15
  30. changes:
  31. - First official release for Grunt 0.4.0.
  32. v0.2.0rc7:
  33. date: 2013-01-18
  34. changes:
  35. - Updating grunt/gruntplugin dependencies to rc6.
  36. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  37. v0.2.0rc5:
  38. date: 2013-01-09
  39. changes:
  40. - Updating to work with grunt v0.4.0rc5.
  41. v0.2.0a:
  42. date: 2012-12-15
  43. changes:
  44. - Conversion to grunt v0.4 conventions.
  45. - Remove node v0.6 and grunt v0.3 support.
  46. - Allow watch task to be renamed.
  47. - Use grunt.util.spawn "grunt" option.
  48. - Updated to gaze@0.3.0, forceWatchMethod option removed.
  49. v0.1.4:
  50. date: 2012-11-01
  51. changes:
  52. - Prevent watch from spawning duplicate watch tasks
  53. v0.1.3:
  54. date: 2012-10-28
  55. changes:
  56. - Better method to spawn the grunt bin
  57. - Bump gaze to v0.2.0. Better handles some events and new option forceWatchMethod
  58. - Only support Node.js >= v0.8
  59. v0.1.2:
  60. date: 2012-10-17
  61. changes:
  62. - Only spawn a process per task one at a time
  63. - Add interrupt option to cancel previous spawned process
  64. - Grunt v0.3 compatibility changes
  65. v0.1.1:
  66. date: 2012-10-16
  67. changes:
  68. - Fallback to global grunt bin if local doesnt exist. Fatal if bin cannot be found
  69. - Update to gaze 0.1.6
  70. v0.1.0:
  71. date: 2012-10-08
  72. changes:
  73. - Release watch task
  74. - Remove spawn from helper
  75. - Run on Grunt v0.4