Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Karkas 4.1.0

Latest
Compare
Choose a tag to compare
@x1unix x1unix released this 25 Aug 16:07
· 6 commits to master since this release

API

  • Add compile method to View
  • Add view method to Karkas to create unregistered templates

DOM

  • Add data-k-on-compile hook
  • Make data-view optional (element's innerHTML will be used as source if attribute is undefined)

Fixes

  • Allow usage of multiple pipes on the same expression

Etc

  • Cover compiler with unit tests