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.

42 lines
1.0 KiB

  1. v0.5.2:
  2. date: 2013-0523
  3. changes:
  4. - Improve error handling.
  5. v0.5.1:
  6. date: 2013-04-25
  7. changes:
  8. - Gracefully handle configuration without sources.
  9. v0.5.0:
  10. date: 2013-02-15
  11. changes:
  12. - First official release for Grunt 0.4.0.
  13. v0.5.0rc7:
  14. date: 2013-01-23
  15. changes:
  16. - Updating grunt/gruntplugin dependencies to rc7.
  17. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  18. - Remove experimental wildcard destination support.
  19. - Switching to this.files api.
  20. v0.3.2:
  21. date: 2012-10-18
  22. changes:
  23. - Add support for dumpLineNumbers.
  24. v0.3.1:
  25. date: 2012-10-12
  26. changes:
  27. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  28. v0.3.0:
  29. date: 2012-09-24
  30. changes:
  31. - Global options depreciated
  32. - Revert normalize linefeeds.
  33. v0.2.2:
  34. date: 2012-09-16
  35. changes:
  36. - Support all less options
  37. - Normalize linefeeds
  38. - Default path to dirname of src file.
  39. v0.2.0:
  40. date: 2012-09-10
  41. changes:
  42. - Refactored from grunt-contrib into individual repo.