CHANGELOG 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. v0.5.0:
  2. date: 2013-07-15
  3. changes:
  4. - Use rimraf directly, version 2.2.1 to fix issue on Windows.
  5. - Add no-write option to mimic grunt.file.delete behavior.
  6. v0.4.1:
  7. date: 2013-04-16
  8. changes:
  9. - Check if file exists to avoid trying to delete a non-existent file.
  10. v0.4.0:
  11. date: 2013-02-15
  12. changes:
  13. - First official release for Grunt 0.4.0.
  14. v0.4.0rc6:
  15. date: 2013-01-18
  16. changes:
  17. - Updating grunt/gruntplugin dependencies to rc6.
  18. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  19. v0.4.0rc5:
  20. date: 2013-01-09
  21. changes:
  22. - Updating to work with grunt v0.4.0rc5.
  23. - Switching to this.filesSrc api.
  24. v0.4.0a:
  25. date: 2012-12-07
  26. changes:
  27. - Conversion to grunt v0.4 conventions.
  28. - Remove node v0.6 and grunt v0.3 support.
  29. - Add force option to bypass CWD check.
  30. v0.3.0:
  31. date: 2012-09-23
  32. changes:
  33. - Options no longer accepted from global config key.
  34. v0.2.0:
  35. date: 2012-09-10
  36. changes:
  37. - Refactored from grunt-contrib into individual repo.