Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 250 commits to master since this release

Bug fixes

  • Fixed mutation handling which crashed when the old text was the same as the new text. Closes #181. (7175b6c)

Other changes

  • Exposed DeleteCommand#buffer. InputCommand uses Model#deleteContent() instead of model.Writer#remove(). (5ab39fc)

BREAKING CHANGES