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.

32 lines
893 B

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