CHANGELOG 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. v0.9.2:
  2. date: 2015-08-24
  3. changes:
  4. - bump to uglify ^2.4.24
  5. v0.9.1:
  6. date: 2015-04-07
  7. changes:
  8. - more fixes for mangle options
  9. v0.9.0:
  10. date: 2015-04-07
  11. changes:
  12. - added hook into uglify's mangling functionality
  13. v0.8.1:
  14. date: 2015-03-30
  15. changes:
  16. - lock uglify to 2.4.17 due to breaking changes
  17. v0.8.0:
  18. date: 2015-02-19
  19. changes:
  20. - Add `screwIE8` option.
  21. - Fix issue with explicit `compress` in node 0.12.0.
  22. v0.7.0:
  23. date: 2014-12-23
  24. changes:
  25. - Adds sourceMapRoot options.
  26. - Updates readme descriptions.
  27. - Removes reference to cleancss.
  28. v0.6.0:
  29. date: 2014-09-17
  30. changes:
  31. - Output fixes.
  32. - ASCIIOnly option.
  33. - Other fixes.
  34. v0.5.1:
  35. date: 2014-07-25
  36. changes:
  37. - Chalk updates.
  38. - Output updates.
  39. v0.4.0:
  40. date: 2014-03-01
  41. changes:
  42. - remove grunt-lib-contrib dependency and add more colors
  43. v0.3.3:
  44. date: 2014-02-27
  45. changes:
  46. - remove unnecessary calls to `grunt.template.process`
  47. v0.3.2:
  48. date: 2014-01-22
  49. changes:
  50. - fix handling of `sourceMapIncludeSources` option.
  51. v0.3.1:
  52. date: 2014-01-20
  53. changes:
  54. - fix relative path issue in sourcemaps
  55. v0.3.0:
  56. date: 2014-01-16
  57. changes:
  58. - refactor sourcemap support
  59. v0.2.7:
  60. date: 2013-11-09
  61. changes:
  62. - prepending banner if sourceMap option not set, addresses #109
  63. v0.2.6:
  64. date: 2013-11-08
  65. changes:
  66. - merged 45, 53, 85 (105 by way of duping 53)
  67. - Added support for banners in uglified files with sourcemaps
  68. - Updated docs
  69. v0.2.5:
  70. date: 2013-10-28
  71. changes:
  72. - Added warning for banners when using sourcemaps
  73. v0.2.4:
  74. date: 2013-09-02
  75. changes:
  76. - updated sourcemap format via /83
  77. v0.2.3:
  78. date: 2013-06-10
  79. changes:
  80. - added footer option
  81. v0.2.2:
  82. date: 2013-05-31
  83. changes:
  84. - 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
  85. v0.2.1:
  86. date: 2013-05-22
  87. changes:
  88. - Bumped uglify to ~2.3.5 /55 /40
  89. - Changed sourcemappingUrl syntax /56
  90. - Disabled sorting of names for consistent mangling /44
  91. - Updated docs for sourceMapRoot /47 /25
  92. v0.2.0:
  93. date: 2013-03-14
  94. changes:
  95. - No longer report gzip results by default.
  96. - Support `report` option.
  97. v0.1.2:
  98. date: 2013-01-30
  99. changes:
  100. - Added better error reporting
  101. - Support for dynamic names of multiple sourcemaps
  102. v0.1.1:
  103. date: 2013-02-15
  104. changes:
  105. - First official release for Grunt 0.4.0.
  106. v0.1.1rc6:
  107. date: 2013-01-18
  108. changes:
  109. - Updating grunt/gruntplugin dependencies to rc6.
  110. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  111. v0.1.1rc5:
  112. date: 2013-01-09
  113. changes:
  114. - Updating to work with grunt v0.4.0rc5.
  115. - Switching back to this.files api.
  116. v0.1.0:
  117. date: 2012-11-28
  118. changes:
  119. - Work in progress, not yet officially released.