Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@greguz greguz released this 29 Apr 12:35
0ce5cb2

Breaking changes

  • revert target to ES5
  • rename Value interface as Target
  • update Specification interface to accept only constructors
  • move expression properties from AttributeInfo interface to Expression interface
  • rename AttributeInfo interface as Attribute
  • remove prefix option
  • update Binding interface (rename multiple properties)

New features

  • add component's methods
  • add component's computed properties
  • add component's watched properties

Cool stuff

  • add more tests
  • improve rendering speed
  • simplify code

Bug fixes

  • fix text directive unbinding (partial DOM restore)
  • fix component lifecycle (wrong events order)
  • fix targets parsing (ghost variables)