Skip to content

Releases: meooow25/parser-regex

v0.3.0.0

19 Apr 07:36
ecd49e8
Compare
Choose a tag to compare
  • 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

15 Mar 02:43
48adf0d
Compare
Choose a tag to compare
  • Compatibility with MicroHs
  • Performance improvements
  • Fix compileBounded's behavior on negative bounds

v0.2.0.1

25 Dec 14:52
590f609
Compare
Choose a tag to compare
  • Documentation improvements

v0.2.0.0

24 Nov 17:52
a321996
Compare
Choose a tag to compare
  • 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.

v0.1.0.0

04 Mar 16:29
df39d31
Compare
Choose a tag to compare

First version