CHANGELOG 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. v1.1.0:
  2. date: 2017-04-12
  3. changes:
  4. - Update grunt to 1.0.0
  5. - Update to docs and changelog
  6. - Update internal modules
  7. v1.0.0:
  8. date: 2016-02-15
  9. changes:
  10. - Drop support for Node.js v0.8.
  11. - Grunt peer dependency tagged `>= 0.4.5`.
  12. - Dependency updates.
  13. v0.7.0:
  14. date: 2015-11-13
  15. changes:
  16. - Dependency updates.
  17. v0.6.0:
  18. date: 2014-07-27
  19. changes:
  20. - Less verbose output.
  21. - README updates.
  22. v0.5.0:
  23. date: 2013-07-15
  24. changes:
  25. - Use rimraf directly, version 2.2.1 to fix issue on Windows.
  26. - Add `no-write` option to mimic `grunt.file.delete` behavior.
  27. v0.4.1:
  28. date: 2013-04-16
  29. changes:
  30. - Check if file exists to avoid trying to delete a non-existent file.
  31. v0.4.0:
  32. date: 2013-02-15
  33. changes:
  34. - First official release for Grunt 0.4.0.
  35. v0.4.0rc6:
  36. date: 2013-01-18
  37. changes:
  38. - Updating grunt/gruntplugin dependencies to rc6.
  39. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  40. v0.4.0rc5:
  41. date: 2013-01-09
  42. changes:
  43. - Updating to work with grunt v0.4.0rc5.
  44. - Switching to `this.filesSrc` API.
  45. v0.4.0a:
  46. date: 2012-12-07
  47. changes:
  48. - Conversion to grunt v0.4 conventions.
  49. - Remove Node.js v0.6 and grunt v0.3 support.
  50. - Add `force` option to bypass CWD check.
  51. v0.3.0:
  52. date: 2012-09-23
  53. changes:
  54. - Options no longer accepted from global config key.
  55. v0.2.0:
  56. date: 2012-09-10
  57. changes:
  58. - Refactored from grunt-contrib into individual repo.