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.

51 lines
1.2 KiB

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