CHANGELOG 879 B

12345678910111213141516171819202122232425262728293031323334
  1. v0.3.0:
  2. date: 2013-04-25
  3. changes:
  4. - Add option to process files with a custom function.
  5. v0.2.0:
  6. date: 2013-04-08
  7. changes:
  8. - Dont normalize separator to allow user to set LF even on a Windows environment.
  9. v0.1.3:
  10. date: 2013-02-22
  11. changes:
  12. - Support footer option.
  13. v0.1.2:
  14. date: 2013-02-15
  15. changes:
  16. - First official release for Grunt 0.4.0.
  17. v0.1.2rc6:
  18. date: 2013-01-18
  19. changes:
  20. - Updating grunt/gruntplugin dependencies to rc6.
  21. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  22. v0.1.2rc5:
  23. date: 2013-01-09
  24. changes:
  25. - Updating to work with grunt v0.4.0rc5.
  26. - Switching back to this.files api.
  27. v0.1.1:
  28. date: 2012-11-13
  29. changes:
  30. - Switch to this.file api internally.
  31. v0.1.0:
  32. date: 2012-10-03
  33. changes:
  34. - Work in progress, not yet officially released.