Releases: zerodevx/zero-md
Releases · zerodevx/zero-md
v2.5.2
v2.5.1
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 aHTMLCollection
of nodes instead.