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.

38 lines
989 B

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