All notable changes to Lexical will be documented in this file.
- Make
Span
properties public.
Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.2.0...v0.2.1
- 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
- Make
Lexer::$skip
nullable.
- fix: offset handling error malfunction by @ryangjchandler in #4
Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.1.1...v0.1.2
- Refactored
RuntimeLexer
to use named capture groups.
Full Changelog: https://github.com/ryangjchandler/lexical/compare/v0.1.0...v0.1.1
- Initial release.
Full Changelog: https://github.com/ryangjchandler/lexical/commits/v0.1.0