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.

39 lines
1.3 KiB

  1. v0.2.2:
  2. date: 2013-05-31
  3. changes:
  4. - Reverted /56 due to /58 until [chrome/239660](https://code.google.com/p/chromium/issues/detail?id=239660&q=sourcemappingurl&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified) [firefox/870361](https://bugzilla.mozilla.org/show_bug.cgi?id=870361) drop
  5. v0.2.1:
  6. date: 2013-05-22
  7. changes:
  8. - Bumped uglify to ~2.3.5 /55 /40
  9. - Changed sourcemappingUrl syntax /56
  10. - Disabled sorting of names for consistent mangling /44
  11. - Updated docs for sourceMapRoot /47 /25
  12. v0.2.0:
  13. date: 2013-03-14
  14. changes:
  15. - No longer report gzip results by default.
  16. - Support `report` option.
  17. v0.1.2:
  18. date: 2013-01-30
  19. changes:
  20. - Added better error reporting
  21. - Support for dynamic names of multiple sourcemaps
  22. v0.1.1:
  23. date: 2013-02-15
  24. changes:
  25. - First official release for Grunt 0.4.0.
  26. v0.1.1rc6:
  27. date: 2013-01-18
  28. changes:
  29. - Updating grunt/gruntplugin dependencies to rc6.
  30. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  31. v0.1.1rc5:
  32. date: 2013-01-09
  33. changes:
  34. - Updating to work with grunt v0.4.0rc5.
  35. - Switching back to this.files api.
  36. v0.1.0:
  37. date: 2012-11-28
  38. changes:
  39. - Work in progress, not yet officially released.