Skip to content

0.5.0

Choose a tag to compare

@ianstormtaylor ianstormtaylor released this 22 Nov 02:41
· 3888 commits to main since this release
BREAKING CHANGES
  • node.getTextNodes() is now node.getTexts(). This is just for consistency with the other existing Node methods like getBlocks(), getInlines(), etc. And it's nicely shorter. 😉
  • Node methods now throw earlier during unexpected states. This shouldn't break anything for most folks, unless a strange edge-case was going undetected previously.