123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- v1.4.1:
- date: 2017-03-08
- changes:
- - 'Fix `sourceMappingURL` to be the same as the CSS if not specified, #322.'
- - 'Rethrow the compilation error after printing the message, #315.'
- v1.4.0:
- date: 2016-07-21
- changes:
- - Update async and less to ~2.7.1.
- v1.3.0:
- date: 2016-04-07
- changes:
- - Update lodash and async dependecies.
- v1.2.0:
- date: 2016-02-01
- changes:
- - Update to less ~2.6.0.
- - Removed peerDependency from package.json.
- v1.1.0:
- date: 2015-11-09
- changes:
- - Update to less ~2.5.0.
- v1.0.0:
- date: 2014-12-23
- changes:
- - Update to less 2.1.0.
- v0.12.0:
- date: 2014-10-23
- changes:
- - Added `cleancssOptions` as an option.
- - When possible, includes filename for failed writes.
- - Ensure banner only outputs on the first file in a series.
- v0.11.4:
- date: 2014-07-29
- changes:
- - Fix `banner` and `urlArgs` LESS options.
- - Fixes npm 2 peerDependencies issues.
- v0.11.3:
- date: 2014-06-20
- changes:
- - Update to Less ~1.7.2.
- v0.11.2:
- date: 2014-06-01
- changes:
- - Lock to less 1.7.0.
- v0.11.1:
- date: 2014-05-26
- changes:
- - Fix `modifyVars` to work when less file ends with a comment.
- v0.11.0:
- date: 2014-03-19
- changes:
- - Custom functions can return types defined by less.
- - '`paths` option now accepts a function.'
- - Replaced deprecated `grunt.util` methods.
- - Removes deprecated `grunt.lib.contrib`.
- v0.10.0:
- date: 2014-03-01
- changes:
- - '`sourceMapBasepath` accepts a function.'
- - Update copyright to 2014.
- - Update .gitattributes.
- - Update less.js to v1.7.0.
- - Prevent CRLF in the repo.
- - Adds modify-vars option.
- - Changed to async stack call.
- - Fixes data-uri test.
- - Normalize line endings on tests.
- v0.9.0:
- date: 2014-01-07
- changes:
- - Bump to less 1.6.
- v0.8.3:
- date: 2013-12-06
- changes:
- - Support `sourceMapURL`.
- v0.8.2:
- date: 2013-11-14
- changes:
- - Support `outputSourceFiles`.
- v0.8.1:
- date: 2013-10-24
- changes:
- - Support `sourceMapFilename`, `sourceMapBasepath` and `sourceMapRootpath`.
- v0.8.0:
- date: 2013-10-22
- changes:
- - Upgrade to LESS 1.5.
- - Support `strictUnits` option.
- - Support `sourceMap` option.
- - Add `customFunctions` option for defining custom functions within LESS.
- - Output the source file name on error.
- - '`yuicompress` option now cleancss (Less changed underlying dependency)'
- v0.7.0:
- date: 2013-08-08
- changes:
- - Downgrade no source files warning to only in verbose mode.
- v0.6.5:
- date: 2013-08-08
- changes:
- - Support `strictMath` option.
- - Support `rootpath` parse option.
- v0.6.4:
- date: 2013-07-09
- changes:
- - Support `relativeUrls` option.
- v0.6.3:
- date: 2013-07-06
- changes:
- - Add `report` option for minification and gzip results.
- v0.6.2:
- date: 2013-07-03
- changes:
- - support `syncImport`.
- v0.6.1:
- date: 2013-06-12
- changes:
- - Support `ieCompat`.
- v0.6.0:
- date: 2013-06-09
- changes:
- - Bump less to 1.4.0.
- v0.5.2:
- date: 2013-05-23
- changes:
- - Improve error handling.
- v0.5.1:
- date: 2013-04-25
- changes:
- - Gracefully handle configuration without sources.
- v0.5.0:
- date: 2013-02-15
- changes:
- - First official release for Grunt 0.4.0.
- v0.5.0rc7:
- date: 2013-01-23
- changes:
- - Updating grunt/gruntplugin dependencies to rc7.
- - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
- - Remove experimental wildcard destination support.
- - Switching to `this.files` API.
- v0.3.2:
- date: 2012-10-18
- changes:
- - Add support for `dumpLineNumbers`.
- v0.3.1:
- date: 2012-10-12
- changes:
- - Rename grunt-contrib-lib dep to grunt-lib-contrib.
- v0.3.0:
- date: 2012-09-24
- changes:
- - Global options depreciated.
- - Revert normalize linefeeds.
- v0.2.2:
- date: 2012-09-16
- changes:
- - Support all less options.
- - Normalize linefeeds.
- - Default path to dirname of src file.
- v0.2.0:
- date: 2012-09-10
- changes:
- - Refactored from grunt-contrib into individual repo.
|