DomTemplate: Usability improvements
Published on by Greg Bowler
Typehints have been made less strict in some areas, so objects or associative arrays can be used as the data.
The bind function has been introduced as an alias to the bindKeyValue function.
In the binding of list items, the data is bound to the nodes after they are inserted into the DOM to avoid incorrect referencing issues after complete.