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.

50 lines
1.3 KiB

  1. v0.4.0:
  2. date: 2013-03-26
  3. changes:
  4. - Output summary by default ("Copied N files, created M folders"). Individual transaction output available via `--verbose`.
  5. v0.4.0:
  6. date: 2013-02-15
  7. changes:
  8. - First official release for Grunt 0.4.0.
  9. v0.4.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. v0.4.0rc5:
  15. date: 2013-01-14
  16. changes:
  17. - Updating to work with grunt v0.4.0rc5.
  18. - Conversion to grunt v0.4 conventions.
  19. - Replace basePath with cwd.
  20. - Empty directory support.
  21. v0.3.2:
  22. date: 2012-10-18
  23. changes:
  24. - Pass copyOptions on single file copy.
  25. v0.3.1:
  26. date: 2012-10-12
  27. changes:
  28. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  29. v0.3.0:
  30. date: 2012-09-24
  31. changes:
  32. - General cleanup and consolidation.
  33. - Global options depreciated.
  34. v0.2.4:
  35. date: 2012-09-18
  36. changes:
  37. - No valid source check.
  38. v0.2.3:
  39. date: 2012-09-17
  40. changes:
  41. - Path.sep fallback for node <= 0.7.9.
  42. v0.2.2:
  43. date: 2012-09-17
  44. changes:
  45. - Single file copy support.
  46. - Test refactoring.
  47. v0.2.0:
  48. date: 2012-09-07
  49. changes:
  50. - Refactored from grunt-contrib into individual repo.