CHANGELOG 3.4 KB

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