Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 8.16 KB

CHANGELOG.md

File metadata and controls

76 lines (57 loc) · 8.16 KB

Changelog

1.1.0 (2024-10-12)

Features

Bug Fixes

  • horizontal_motions: handle quoted strings in word boundaries (#68) (7a76d43)
  • support calling setup() w/o args (#71) (02dcc8f)
  • utils: blacklisted buffers (#84) (de72c68)
  • utils: handle inlay hint label correctly (#82) (8a81c31)

1.0.0 (2024-06-09)

⚠ BREAKING CHANGES

  • API Config changes/Types (#9)

Features

Bug Fixes

Performance Improvements

  • inline require calls to minimize startup cost (#59) (d3f33a9)
  • more consistent rendering, less flicker (66f1fc6)