Skip to content

v0.5.1

Compare
Choose a tag to compare
@mattmassicotte mattmassicotte released this 24 Jul 11:16
· 114 commits to main since this release
4bc0fe4
  • Expose an invalidation API for TextViewHighlighter
  • Improve compatibility with older Swift versions
  • Correctly check for stale document versions
  • Ensure tree accessed only on main actor
  • TextViewHighlighter wasn't using a UTF-16 based limit
  • currentTree accessors (thanks @kaunteya )
  • Fix a bug with edit ordering (thanks @danielpunkass )
  • Many documentation improvements