5.0.0
- Rename the project to Superfine.
- Rename the exported window global to
window.superfine
. - Bring back the old
render
signaturerender(lastNode, nextNode, container)
.- We used to store the reference to the last node in the container's first element child. Now is up to you to do it. As a result 5.0.0 is thinner and less magical.