CHANGELOG 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. v1.1.0:
  2. date: 2018-05-12
  3. changes:
  4. - Update to `tiny-lr@1.1.1`, `lodash@4.17.10`, `async@2.6.0`
  5. v1.0.1:
  6. date: 2018-04-20
  7. changes:
  8. - Update to `gaze@1.1`, `lodash@4`
  9. v1.0.0:
  10. date: 2016-03-12
  11. changes:
  12. - Updated tiny-lr, gaze, async and lodash dependencies.
  13. - Fix endless loop issue with `atBegin`/`nospawn`.
  14. - Expose hostname parameter of tiny-lr.
  15. - Support `cwd.event` to emit events relative to path.
  16. - Removed peerDependencies setting.
  17. v0.6.1:
  18. date: 2014-03-19
  19. changes:
  20. - Fix for watch targets named "default".
  21. v0.6.0:
  22. date: 2014-03-11
  23. changes:
  24. - Clear changed files after triggering live reload to ensure they're only triggered once.
  25. - '`cwd` option now accepts separate settings for files and spawn.'
  26. - Fix to make interrupt work more than once.
  27. - Enable live reload over HTTPS.
  28. - Print newline after initial 'Waiting...'.
  29. - Remove deprecated `grunt.util` libs.
  30. - Add reload option to specify files other than Gruntfile files to reload.
  31. - Update to gaze@0.5.1.
  32. - Use a fork of tiny-lr (which has quiter operation, support for HTTPS and Windows path fixes).
  33. - Add `livereloadOnError`, which if set to `false` will not trigger live reload if there is an error.
  34. v0.5.3:
  35. date: 2013-08-25
  36. changes:
  37. - Fixed for live reload missing files.
  38. v0.5.2:
  39. date: 2013-08-16
  40. changes:
  41. - Fixed issue running tasks after gruntfile is reloaded.
  42. - Ignores empty file paths.
  43. v0.5.1:
  44. date: 2013-07-20
  45. changes:
  46. - Fixed issue with options resetting.
  47. v0.5.0:
  48. date: 2013-07-18
  49. changes:
  50. - Added target name to watch event.
  51. - Added `atBegin` option to run tasks when watcher starts.
  52. - Changed `nospawn` option to `spawn` (`nospawn` still available for backwards compatibility).
  53. - Moved libs/vars into top scope to prevent re-init.
  54. - Bumped Gaze version to ~0.4.
  55. - Re-grab task/target options upon each task run.
  56. - Add dateFormat option to override the date/time output upon completion.
  57. v0.4.4:
  58. date: 2013-05-27
  59. changes:
  60. - Remove gracefully closing SIGINT. Not needed and causes problems for Windows.
  61. - Ensure tasks are an array to not conflict with `cliArgs`.
  62. v0.4.3:
  63. date: 2013-05-11
  64. changes:
  65. - Only group changed files per target to send correct files to live reload.
  66. v0.4.2:
  67. date: 2013-05-09
  68. changes:
  69. - Fix for closing watchers.
  70. v0.4.1:
  71. date: 2013-05-09
  72. changes:
  73. - Removed "beep" notification.
  74. - Tasks now optional with livereload option.
  75. - Reverted "run again" with interrupt off to fix infinite recursion issue.
  76. - Watchers now close more properly on task run.
  77. v0.4.0:
  78. date: 2013-05-03
  79. changes:
  80. - Option `livereload` to start live reload servers.
  81. - Will reload a Gruntfile before running tasks if Gruntfile is modified.
  82. - Option event to only trigger watch on certain events.
  83. - Refactor watch task into separate task runs per target.
  84. - Option `forever` to override `grunt.fatal`/`warn` to help keeping the watch alive with `nospawn` enabled.
  85. - Emit a beep upon complete.
  86. - Logs all watched files with verbose flag set.
  87. - If interrupt is off, will run the tasks once more if watch triggered during a previous task run.
  88. - tasks property is optional for use with watch event.
  89. - Watchers properly closed when exiting.
  90. v0.3.1:
  91. date: 2013-02-28
  92. changes:
  93. - Fix for top level options.
  94. v0.3.0:
  95. date: 2013-02-27
  96. changes:
  97. - '`nospawn` option added to run tasks without spawning as child processes.'
  98. - Watch emits 'watch' events upon files being triggered with `grunt.event`.
  99. - Completion time in seconds and date/time shown after tasks ran.
  100. - Negate file patterns fixed.
  101. - Tasks debounced individually to handle simultaneous triggering for multiple targets.
  102. - Errors handled better and viewable with `--stack` CLI option.
  103. - Code complexity reduced making the watch task code easier to read.
  104. v0.2.0:
  105. date: 2013-02-15
  106. changes:
  107. - First official release for Grunt 0.4.0.
  108. v0.2.0rc7:
  109. date: 2013-01-18
  110. changes:
  111. - Updating grunt/gruntplugin dependencies to rc6.
  112. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  113. v0.2.0rc5:
  114. date: 2013-01-09
  115. changes:
  116. - Updating to work with grunt v0.4.0rc5.
  117. v0.2.0a:
  118. date: 2012-12-15
  119. changes:
  120. - Conversion to grunt v0.4 conventions.
  121. - Remove Node.js v0.6 and grunt v0.3 support.
  122. - Allow watch task to be renamed.
  123. - Use `grunt.util.spawn` "grunt" option.
  124. - Updated to gaze@0.3.0, `forceWatchMethod` option removed.
  125. v0.1.4:
  126. date: 2012-11-01
  127. changes:
  128. - Prevent watch from spawning duplicate watch tasks.
  129. v0.1.3:
  130. date: 2012-10-28
  131. changes:
  132. - Better method to spawn the grunt bin.
  133. - Bump gaze to v0.2.0. Better handles some events and new option `forceWatchMethod`.
  134. - Only support Node.js >= v0.8.
  135. v0.1.2:
  136. date: 2012-10-17
  137. changes:
  138. - Only spawn a process per task one at a time.
  139. - Add `interrupt` option to cancel previous spawned process.
  140. - Grunt v0.3 compatibility changes.
  141. v0.1.1:
  142. date: 2012-10-16
  143. changes:
  144. - Fallback to global grunt bin if local doesn't exist. Fatal if bin cannot be found.
  145. - Update to gaze 0.1.6.
  146. v0.1.0:
  147. date: 2012-10-08
  148. changes:
  149. - Release watch task.
  150. - Remove spawn from helper.
  151. - Run on Grunt v0.4.