v2.5.0
- Use fingerprinting instead of caching during render updates
- Simplify the
render()function - BREAKING:
stampStyles()now returns a promise that resolves to truthy if stamping occurred - BREAKING:
stampBody()now returns a promise that resolves to truthy if stamping occurred - BREAKING:
makeNode()has been replaced withmakeNodes()and now returns aHTMLCollectionof nodes instead.