CHANGELOG 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. v1.4.1:
  2. date: 2017-03-08
  3. changes:
  4. - 'Fix `sourceMappingURL` to be the same as the CSS if not specified, #322.'
  5. - 'Rethrow the compilation error after printing the message, #315.'
  6. v1.4.0:
  7. date: 2016-07-21
  8. changes:
  9. - Update async and less to ~2.7.1.
  10. v1.3.0:
  11. date: 2016-04-07
  12. changes:
  13. - Update lodash and async dependecies.
  14. v1.2.0:
  15. date: 2016-02-01
  16. changes:
  17. - Update to less ~2.6.0.
  18. - Removed peerDependency from package.json.
  19. v1.1.0:
  20. date: 2015-11-09
  21. changes:
  22. - Update to less ~2.5.0.
  23. v1.0.0:
  24. date: 2014-12-23
  25. changes:
  26. - Update to less 2.1.0.
  27. v0.12.0:
  28. date: 2014-10-23
  29. changes:
  30. - Added `cleancssOptions` as an option.
  31. - When possible, includes filename for failed writes.
  32. - Ensure banner only outputs on the first file in a series.
  33. v0.11.4:
  34. date: 2014-07-29
  35. changes:
  36. - Fix `banner` and `urlArgs` LESS options.
  37. - Fixes npm 2 peerDependencies issues.
  38. v0.11.3:
  39. date: 2014-06-20
  40. changes:
  41. - Update to Less ~1.7.2.
  42. v0.11.2:
  43. date: 2014-06-01
  44. changes:
  45. - Lock to less 1.7.0.
  46. v0.11.1:
  47. date: 2014-05-26
  48. changes:
  49. - Fix `modifyVars` to work when less file ends with a comment.
  50. v0.11.0:
  51. date: 2014-03-19
  52. changes:
  53. - Custom functions can return types defined by less.
  54. - '`paths` option now accepts a function.'
  55. - Replaced deprecated `grunt.util` methods.
  56. - Removes deprecated `grunt.lib.contrib`.
  57. v0.10.0:
  58. date: 2014-03-01
  59. changes:
  60. - '`sourceMapBasepath` accepts a function.'
  61. - Update copyright to 2014.
  62. - Update .gitattributes.
  63. - Update less.js to v1.7.0.
  64. - Prevent CRLF in the repo.
  65. - Adds modify-vars option.
  66. - Changed to async stack call.
  67. - Fixes data-uri test.
  68. - Normalize line endings on tests.
  69. v0.9.0:
  70. date: 2014-01-07
  71. changes:
  72. - Bump to less 1.6.
  73. v0.8.3:
  74. date: 2013-12-06
  75. changes:
  76. - Support `sourceMapURL`.
  77. v0.8.2:
  78. date: 2013-11-14
  79. changes:
  80. - Support `outputSourceFiles`.
  81. v0.8.1:
  82. date: 2013-10-24
  83. changes:
  84. - Support `sourceMapFilename`, `sourceMapBasepath` and `sourceMapRootpath`.
  85. v0.8.0:
  86. date: 2013-10-22
  87. changes:
  88. - Upgrade to LESS 1.5.
  89. - Support `strictUnits` option.
  90. - Support `sourceMap` option.
  91. - Add `customFunctions` option for defining custom functions within LESS.
  92. - Output the source file name on error.
  93. - '`yuicompress` option now cleancss (Less changed underlying dependency)'
  94. v0.7.0:
  95. date: 2013-08-08
  96. changes:
  97. - Downgrade no source files warning to only in verbose mode.
  98. v0.6.5:
  99. date: 2013-08-08
  100. changes:
  101. - Support `strictMath` option.
  102. - Support `rootpath` parse option.
  103. v0.6.4:
  104. date: 2013-07-09
  105. changes:
  106. - Support `relativeUrls` option.
  107. v0.6.3:
  108. date: 2013-07-06
  109. changes:
  110. - Add `report` option for minification and gzip results.
  111. v0.6.2:
  112. date: 2013-07-03
  113. changes:
  114. - support `syncImport`.
  115. v0.6.1:
  116. date: 2013-06-12
  117. changes:
  118. - Support `ieCompat`.
  119. v0.6.0:
  120. date: 2013-06-09
  121. changes:
  122. - Bump less to 1.4.0.
  123. v0.5.2:
  124. date: 2013-05-23
  125. changes:
  126. - Improve error handling.
  127. v0.5.1:
  128. date: 2013-04-25
  129. changes:
  130. - Gracefully handle configuration without sources.
  131. v0.5.0:
  132. date: 2013-02-15
  133. changes:
  134. - First official release for Grunt 0.4.0.
  135. v0.5.0rc7:
  136. date: 2013-01-23
  137. changes:
  138. - Updating grunt/gruntplugin dependencies to rc7.
  139. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  140. - Remove experimental wildcard destination support.
  141. - Switching to `this.files` API.
  142. v0.3.2:
  143. date: 2012-10-18
  144. changes:
  145. - Add support for `dumpLineNumbers`.
  146. v0.3.1:
  147. date: 2012-10-12
  148. changes:
  149. - Rename grunt-contrib-lib dep to grunt-lib-contrib.
  150. v0.3.0:
  151. date: 2012-09-24
  152. changes:
  153. - Global options depreciated.
  154. - Revert normalize linefeeds.
  155. v0.2.2:
  156. date: 2012-09-16
  157. changes:
  158. - Support all less options.
  159. - Normalize linefeeds.
  160. - Default path to dirname of src file.
  161. v0.2.0:
  162. date: 2012-09-10
  163. changes:
  164. - Refactored from grunt-contrib into individual repo.