- min sdk 1.21.1
- enable strong mode
- boost speed
- analysis clean up
- rem function to convert from px, pt or em
- Basic support for Custom CSS mixins as used in Polymer 1.0:
@apply(--mixin-name);
- Repair transformer bugs
- clean-css plugin with some optimizations
- Less 2.5.0 code.
- Custom transformer, custom plugin
- Breaking Change: Custom functions go into custom plugin
- @plugin directive with scope for custom functions
- Transformer continous working with pub serve
- Transformer accept
.html
files with<style type="text/less>
tags
- Transformer support for '.html' files (
<less>..</less>
-><style>..</style>
). - Transformer accept entry_points with * and !.
- @options and @plugin directives.
- Less 2.4.0 code.
- Custom Functions.
- Breaking Change: Transformer option 'build_mode' changed to 'dart' as default.
- Updated Readme and some bugs resolved.
- Final less 1.7.5 code.
- SourceMaps generation.
- Path package integration to normalize file path, according to windows/linux.
- Initial translation less 1.7.5.