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.

95 lines
3.2 KiB

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