All Versions
14
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v0.1.5 Changes

    • ๐Ÿ”ฆ Expose Object interface
    • ๐Ÿ‘ Allow matching prefixes rather than the whole string
    • โž• Add non-greedy repetitions
  • v0.1.4 Changes

    • Completely rewrite the engine. Now it's faster and runs in constant space.
    • โž• Add 'string' function and 'IsString' instance.
  • v0.1.3 Changes

    • ๐Ÿ›  Fix a .cabal-file issue introduced in 0.1.2
    • ๐Ÿ”„ Change the fixity of =~
  • v0.1.2 Changes

    • ๐Ÿ˜Œ Relax the constraint on the containers version

    0.1.1

    • ๐Ÿ›  Fix a bug in 'reFoldl' and 'many'
    • ๐Ÿ‘ "Lazy" infinite regexes are no longer supported

    0.1

    • ๐ŸŽ‰ Initial release