This is the first major release of Domkit since it's initial release.
The library has been vastly improved and fully tested (several games shipped with it).
Some notable changes since original release:
- CSS transitions support
- added
@bind
and@rebuild
(#20) - support for unquoted simple for...loop in DML
- added
__this__
support in attributes - new syntax
<node if( cond )/>
- special attribute
__content__
to define root content for subclasses - added CSS !important rule
- CSS rules cache for faster execution of large CSS sheets