Changelog of @hackage/parser-regex 0.2.0.0

0.2.0.0 -- 2024-11-24

  • Breaking changes
    • Parsing fails more eagerly. This affects lazy list parsing and parsing via the Regex.Base functions prepareParser and stepParser.
  • Additions
    • Added Regex.Base.parseNext.
  • Other
    • Some internal modules are now exported.

0.1.0.0 -- 2024-03-04

  • First version.