- Bump
htmlparser
to 4.1 to fix HTML serialization
- Bump
csso
to~3.5.0
(fix API changes issue)
- Migrated to ESTree AST format for JavaScript, with esprima, estraverse and escodegen as backend (@smelukov #4, #5)
- Migrated to CSSTree AST format for CSS
- Bump
csso
to^3.1.1
- Fixed issue with
invert
binding (CLASS_BINDING_INVERT
) support in templates
- Fix template processing for old versions of
basis.js
- Use
basis.js
declaration AST walker when possible
- Bump
csso
to1.8.0
- Expose
compress
method fromcsso
- Bump
csso
to1.7.1
- Use parser, traslator and walker from
csso
- Store all scope declarations in
declarations
property of scope
- Improve
html
parsing
- Initial release