DOM Facade release (v2)
This release introduces no extra functionality, but changes the model in which the DOM is used, and how data is bound.
The major upgrade is that DOM v3 is now used, meaning that the DOM API is now more consistent with the W3C specification. With that, there are no longer any templating methods added to the DOM - instead there are specific classes that are used to bind data in different ways to different types of element. This is not only more readable, but enhances maintainability in your code by utilising the concept of dependency injection.
Have fun, and stay productive!