slate v0.5.0 Release Notes

Release Date: 2016-07-20 // almost 8 years ago
  • BREAKING

    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. :wink:

    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.