Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.26 KB

HISTORY.md

File metadata and controls

53 lines (28 loc) · 1.26 KB

1.6.2 (August 1, 2021)

  • Bump htmlparser to 4.1 to fix HTML serialization

1.6.1 (January 16, 2018)

  • Bump csso to ~3.5.0 (fix API changes issue)

1.6.0 (September 5, 2017)

1.5.0 (May 17, 2017)

  • Migrated to CSSTree AST format for CSS
  • Bump csso to ^3.1.1

1.4.2 (July 18, 2016)

  • Fixed issue with invert binding (CLASS_BINDING_INVERT) support in templates

1.4.1 (July 15, 2016)

  • Fix template processing for old versions of basis.js

1.4.0 (July 15, 2016)

  • Use basis.js declaration AST walker when possible

1.3.0 (March 24, 2016)

  • Bump csso to 1.8.0

1.2.0 (March 19, 2016)

  • Expose compress method from csso
  • Bump csso to 1.7.1

1.1.0 (January 19, 2016)

  • Use parser, traslator and walker from csso

1.0.5 (January 19, 2016)

  • Store all scope declarations in declarations property of scope

1.0.4 (November 8, 2015)

  • Improve html parsing

1.0.0 (July 23, 2015)

  • Initial release