Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 1.39 KB

v.1.0.0 (2017-02-06)

  • min sdk 1.21.1
  • enable strong mode
  • boost speed
  • analysis clean up

v.0.3.4 (2016-05-03)

  • rem function to convert from px, pt or em

v.0.3.3 (2015-12-06)

  • Basic support for Custom CSS mixins as used in Polymer 1.0: @apply(--mixin-name);

v.0.3.2 (2015-06-06)

  • Repair transformer bugs

v.0.3.1 (2015-04-19)

  • clean-css plugin with some optimizations

v0.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

v0.2.2 (2015-03-26)

  • Transformer continous working with pub serve
  • Transformer accept .html files with <style type="text/less> tags

v0.2.1 (2015-03-23)

  • Transformer support for '.html' files (<less>..</less> -> <style>..</style>).
  • Transformer accept entry_points with * and !.
  • @options and @plugin directives.

v0.2.0 (2015-03-16)

  • Less 2.4.0 code.
  • Custom Functions.

v0.1.4 (2015-01-12)

  • Breaking Change: Transformer option 'build_mode' changed to 'dart' as default.
  • Updated Readme and some bugs resolved.

v0.1.3 (2015-01-09)

  • Final less 1.7.5 code.

v0.1.2 (2015-01-06)

  • SourceMaps generation.

v0.1.1 (2015-01-02)

  • Path package integration to normalize file path, according to windows/linux.

v0.1.0 (2014-12-30)