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.

47 lines
1.1 KiB

  1. v0.6.0:
  2. date: 2013-04-05
  3. changes:
  4. - Update clean-css dependency to ~1.0.0
  5. v0.5.0:
  6. date: 2013-03-14
  7. changes:
  8. - Support for 'report' option (false by default)
  9. v0.4.2:
  10. date: 2013-03-10
  11. changes:
  12. - Add banner option
  13. - Support clean-css keepSpecialComments
  14. v0.4.1:
  15. date: 2013-02-17
  16. changes:
  17. - Update clean-css dependency to ~0.10.0
  18. v0.4.0:
  19. date: 2013-02-15
  20. changes:
  21. - First official release for Grunt 0.4.0.
  22. v0.4.0rc7:
  23. date: 2013-01-23
  24. changes:
  25. - Updating grunt/gruntplugin dependencies to rc7.
  26. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  27. v0.4.0rc5:
  28. date: 2013-01-09
  29. changes:
  30. - Updating to work with grunt v0.4.0rc5.
  31. - Switching to this.files api.
  32. v0.3.2:
  33. date: 2012-11-01
  34. changes:
  35. - Update clean-css dep.
  36. v0.3.1:
  37. date: 2012-10-12
  38. changes:
  39. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  40. v0.3.0:
  41. date: 2012-09-23
  42. changes:
  43. - Options no longer accepted from global config key.
  44. v0.2.0:
  45. date: 2012-09-10
  46. changes:
  47. - Refactored from grunt-contrib into individual repo.