Releases: bingnz/gulp-less-changed
Releases · bingnz/gulp-less-changed
v1.2.2
<a name"1.2.2">
1.2.2 (2017-01-05)
Bug Fixes
- ignore data-uri paths that contain variables. (2121aa00)
v1.2.1
<a name"1.2.1">
1.2.1 (2017-01-05)
Bug Fixes
- ignore data-uri calls with less variable as path. (ab8adf33)
v1.2.0
<a name"1.2.0">
1.2.0 (2016-05-21)
Features
- timestamps are cached to disk. (c9eb6df3)
v1.1.3
<a name"1.1.3">
1.1.3 (2016-05-11)
Bug Fixes
- less visitor args object had changed which broke the import lister for SVGs. (296c7830)
v1.1.2
<a name"1.1.2">
1.1.2 (2016-04-13)
Bug Fixes
- improved handling of import paths for data-uri. (28372300)
v1.1.1
<a name"1.1.1">
1.1.1 (2016-04-13)
Bug Fixes
- add handling for invalid data-uri calls. (e03b5c24)
- change to use visitor plugin. (dc9bf37d)
v1.1.0
<a name"1.1.0">
1.1.0 (2016-04-10)
Bug Fixes
- cache import lister for incremental builds. (814baa5e)
Features
- support passing additional options to less. (00df739f)
- implement path resolver. (175836bb)
- add support for passing import paths to less. (abe8df41)
v1.0.2
<a name"1.0.2">
1.0.2 (2016-04-04)
Bug Fixes
- add error handling and reporting for import buffer. (ed52d88e)
v1.0.1
<a name"1.0.1">
1.0.1 (2016-04-03)
Bug Fixes
v1.0.0
<a name"1.0.0">
1.0.0 (2016-04-03)
Bug Fixes
- stop incorrect paths being used for data-uri. (b6b5496d)
- compare output file time rather than input file time for imports. (ea03fc69)
Features
- add function to override method for determining output file name. (0ebf0f77)
- check import files for changes. (eac9fecd)
- add support for streams. (1dc4c2c7)
- include files imported using data-uri. (2e098e52)
- add import lister. (e205350a)
- implement import lister. (3ee490fb)