Skip to content

0.2.0

Choose a tag to compare

@ianstormtaylor ianstormtaylor released this 22 Nov 02:42
· 3948 commits to main since this release
BREAKING CHANGES
  • transform.mark() is now transform.addMark() and transform.unmark() is now transform.removeMark(). The new names make it clearer that the transforms are actions being performed, and it paves the way for adding a toggleMark convenience as well.