CHANGELOG 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. v1.0.2:
  2. date: 2016-03-19
  3. changes:
  4. - Update grunt to ^1.0.0.
  5. - Fix `beautify` when passed as an object.
  6. - Fix docs about `report` values.
  7. v1.0.1:
  8. date: 2016-03-16
  9. changes:
  10. - Downgrade maxmin for Node.js 0.10.
  11. v1.0.0:
  12. date: 2016-03-04
  13. changes:
  14. - Use uglify-js ~2.6.2 to fix sourcemap issue.
  15. - Improve docs for `global-defs` and `--define` options.
  16. - Add `sourceMapUrl` option.
  17. - Add `bare_returns` option.
  18. - Optionally set report verbosity level using report option.
  19. v0.11.1:
  20. date: 2016-01-29
  21. changes:
  22. - Update lodash to ^4.0.1.
  23. - Update grunt-contrib-clean to ^0.7.0.
  24. - Update grunt-contrib-jshint to ^0.12.0.
  25. v0.11.0:
  26. date: 2015-11-20
  27. changes:
  28. - Update uglify-js to ~2.6.0.
  29. v0.10.1:
  30. date: 2015-11-12
  31. changes:
  32. - Update uglify-js to ~2.5.
  33. v0.10.0:
  34. date: 2015-10-27
  35. changes:
  36. - Update uglify-js to ^2.5.
  37. v0.9.2:
  38. date: 2015-08-24
  39. changes:
  40. - Update uglify-js to ^2.4.24
  41. v0.9.1:
  42. date: 2015-04-07
  43. changes:
  44. - More fixes for `mangle` options.
  45. v0.9.0:
  46. date: 2015-04-07
  47. changes:
  48. - Add hook into uglify-js's mangling functionality.
  49. v0.8.1:
  50. date: 2015-03-30
  51. changes:
  52. - Lock uglify-js to 2.4.17 due to breaking changes.
  53. v0.8.0:
  54. date: 2015-02-19
  55. changes:
  56. - Add `screwIE8` option.
  57. - Fix issue with explicit `compress` in Node.js 0.12.0.
  58. v0.7.0:
  59. date: 2014-12-23
  60. changes:
  61. - Add `sourceMapRoot` options.
  62. - Update readme descriptions.
  63. - Remove reference to clean-css.
  64. v0.6.0:
  65. date: 2014-09-17
  66. changes:
  67. - Output fixes.
  68. - 'Add `ASCIIOnly` option.'
  69. - Other fixes.
  70. v0.5.1:
  71. date: 2014-07-25
  72. changes:
  73. - Update chalk to ^0.5.1.
  74. - Output updates.
  75. v0.4.0:
  76. date: 2014-03-01
  77. changes:
  78. - Remove grunt-lib-contrib dependency and add more colors.
  79. v0.3.3:
  80. date: 2014-02-27
  81. changes:
  82. - Remove unnecessary calls to `grunt.template.process`.
  83. v0.3.2:
  84. date: 2014-01-22
  85. changes:
  86. - Fix handling of `sourceMapIncludeSources` option.
  87. v0.3.1:
  88. date: 2014-01-20
  89. changes:
  90. - Fix relative path issue in sourcemaps.
  91. v0.3.0:
  92. date: 2014-01-16
  93. changes:
  94. - Refactor sourcemap support.
  95. v0.2.7:
  96. date: 2013-11-09
  97. changes:
  98. - 'Prepend banner if `sourceMap` option not set, addresses #109.'
  99. v0.2.6:
  100. date: 2013-11-08
  101. changes:
  102. - 'Merge #45, #53, #85 (#105 by way of duping #53).'
  103. - Add support for banners in uglified files with sourcemaps.
  104. - Update docs.
  105. v0.2.5:
  106. date: 2013-10-28
  107. changes:
  108. - Add warning for banners when using sourcemaps.
  109. v0.2.4:
  110. date: 2013-09-02
  111. changes:
  112. - 'Update sourcemap format via #83.'
  113. v0.2.3:
  114. date: 2013-06-10
  115. changes:
  116. - Add `footer` option.
  117. v0.2.2:
  118. date: 2013-05-31
  119. changes:
  120. - 'Revert #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.'
  121. v0.2.1:
  122. date: 2013-05-22
  123. changes:
  124. - 'Update uglify-js to ~2.3.5 #55 #40.'
  125. - 'Change `sourcemappingUrl` syntax #56.'
  126. - 'Disable sorting of names for consistent mangling #44.'
  127. - 'Update docs for `sourceMapRoot` #47 #25.'
  128. v0.2.0:
  129. date: 2013-03-14
  130. changes:
  131. - No longer report gzip results by default.
  132. - Support `report` option.
  133. v0.1.2:
  134. date: 2013-01-30
  135. changes:
  136. - Add better error reporting.
  137. - Support for dynamic names of multiple sourcemaps.
  138. v0.1.1:
  139. date: 2013-02-15
  140. changes:
  141. - First official release for Grunt 0.4.0.
  142. v0.1.1rc6:
  143. date: 2013-01-18
  144. changes:
  145. - Update grunt/gruntplugin dependencies to rc6.
  146. - Change in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  147. v0.1.1rc5:
  148. date: 2013-01-09
  149. changes:
  150. - Update to work with grunt v0.4.0rc5.
  151. - Switch back to `this.files` API.
  152. v0.1.0:
  153. date: 2012-11-28
  154. changes:
  155. - Work in progress, not officially released yet.