Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.79 KB

1.0.0-alpha.0 (2018-06-02)

Bug Fixes

  • add mjs ext to compile dir (04d3376)
  • another case of logical expr inside conditional expr (b92ba64)
  • arrow fn on iteration (8c64cbc)
  • attr var expressions (cd6fe9a)
  • attrs htmlFor and ignore ref (97a78f6)
  • complex expressions (0ee7f0f)
  • don't fail when rc can't be inlined (cc8cc43)
  • improve indent (2caa0d3)
  • initial version of inlining (e7569ca)
  • logical expression inside conditional expression (1e1bba5)
  • remove console.log (4742f26)
  • remove unncessary attrs (3259e0a)
  • rename bin cli (6f0aa87)
  • self closing tags (25dea97)

Features

  • add conditional expression support (8ee3b37)
  • add mixin node ast (d8d359e)
  • support iteration (fde419d)
  • support simple logical expression (a792495)