less_dart 2.3.0
less_dart: ^2.3.0 copied to clipboard
Native Dart Less compiler/builder to generate .css files from .less sources.
2.3.0 - 2019-06-19 #
- Less 3.9.0 code.
- Dependencies upgrade.
2.2.0 - 2018-11-19 #
- Less 3.8.1 code, including namespaces and each function.
2.1.0 - 2018-10-02 #
- Less 3.0.4 code.
- Build updated to 1.0.0.
2.0.1 - 2018-09-09 #
- Internal code to simplify types.
2.0.0 - 2018-07-27 #
- Dart 2.0.0-dev.68.0 compliant. It don't work with Dart 1.x.
- Transformer replaced by builder.
1.1.1 - 2017-12-18 #
- Fix a crash that occurred in transformer mode in case if the less file imports another one from the same folder
- Fix incorrect paths in relative imports
1.1.0 - 2017-12-10 #
- Less 3.0.0.-alpha.3 code.
- imports in *.less which start from "packages/..." are now handled according paths in .packages file generated by pub. see Readme.
- Linter suggested changes
- Custom Functions annotation changed to @DefineMethod(...)
- Internal node name Directive changed to AtRule, and Rule to Declaration. Could affect some plugins
- options.definePlugin requires named parameters in load and options. See batch_test.
1.0.0 - 2017-02-27 #
- Min sdk 1.22.0
- Enable strong mode
- Boost speed
- Analysis clean up
- Some bugs removal
0.3.4 - 2016-05-03 #
- rem function to convert from px, pt or em
0.3.3 - 2015-12-06 #
- Basic support for Custom CSS mixins as used in Polymer 1.0:
@apply(--mixin-name);
0.3.2 - 2015-06-06 #
- Repair transformer bugs
0.3.1 - 2015-04-19 #
- clean-css plugin with some optimizations
0.3.0 - 2015-04-09 #
- Less 2.5.0 code.
- Custom transformer, custom plugin
- Breaking Change: Custom functions go into custom plugin
- @plugin directive with scope for custom functions
0.2.2 - 2015-03-26 #
- Transformer continous working with pub serve
- Transformer accept
.html
files with<style type="text/less>
tags
0.2.1 - 2015-03-23 #
- Transformer support for '.html' files (
<less>..</less>
-><style>..</style>
). - Transformer accept entry_points with * and !.
- @options and @plugin directives.
0.2.0 - 2015-03-16 #
- Less 2.4.0 code.
- Custom Functions.
0.1.4 - 2015-01-12 #
- Breaking Change: Transformer option 'build_mode' changed to 'dart' as default.
- Updated Readme and some bugs resolved.
0.1.3 - 2015-01-09 #
- Final less 1.7.5 code.
0.1.2 - 2015-01-06 #
- SourceMaps generation.
0.1.1 - 2015-01-02 #
- Path package integration to normalize file path, according to windows/linux.
0.1.0 - 2014-12-30 #
- Initial translation less 1.7.5.