Skip to content

v0.7.7

Latest

Choose a tag to compare

@thunderer thunderer released this 18 Jun 09:26
· 1 commit to master since this release

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