Releases: meooow25/parser-regex
Releases · meooow25/parser-regex
v0.3.0.0
- Breaking changes—
Internal
modules only
- Changes to internal representations
- Performance improvements
- Fix a pessimization due to boxity analysis on GHC >= 9.4. Improves parsing time by up to 23%.
v0.2.0.2
- Compatibility with MicroHs
- Performance improvements
- Fix
compileBounded
's behavior on negative bounds
v0.2.0.1
- Documentation improvements
v0.2.0.0
- 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.