Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 1.04 KB

Changelog

All notable changes to Lexical will be documented in this file.

v0.2.1 - 2024-10-15

  • Make Span properties public.

Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.2.0...v0.2.1

v0.2.0 - 2023-08-18

What's Changed

  • feature: track token spans (start/end offsets) by @ryangjchandler in #6

Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.1.3...v0.2.0

v0.1.3 - 2023-07-28

  • Make Lexer::$skip nullable.

v0.1.2 - 2023-06-18

What's Changed

  • fix: offset handling error malfunction by @ryangjchandler in #4

Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.1.1...v0.1.2

v0.1.1 - 2023-06-08

  • Refactored RuntimeLexer to use named capture groups.

Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.1.0...v0.1.1

v0.1.0 - 2023-06-07

  • Initial release.

Full Changelog: https://github.com/ryangjchandler/lexical/commits/v0.1.0