What's Changed
- Drop offsets when tokenizing with RegularParser by @funkjedi in #111
- RegularParser now properly takes into account escaped tokens by @thunderer in #120
- Optimize parsers: O(n²) → O(n) offset calculation by @rhukster in #121
- Fixed serialization test by @thunderer in #122
New Contributors
Full Changelog: v0.7.6...v0.7.7