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

Changelog History
Page 1

  • v0.3.4 Changes

    • Let the user provide a custom uncons function (add find{First,Longest,Shortest}PrefixWithUncons)
    • โž• Add Filtrable and Monoid instances for RE
  • v0.3.3 Changes

    โž• Add replace

  • v0.3.3.1 Changes

    ๐Ÿš€ Make a release to refresh the haddocks on hackage ๐Ÿ‘€ (see https://github.com/feuerbach/regex-applicative/issues/35).

  • v0.3.2 Changes

    โž• Add msym

  • v0.3.2.1 Changes

    • ๐Ÿ‘‰ Use strict left fold in decimal/hexadecimal
    • โœ… Include a missing test module in the sdist tarball
  • v0.3.1 Changes

    โž• Add comap

  • v0.3.0.3 Changes

    • ๐Ÿ›  Fix the test suite
    • ๐Ÿ›  Fix build with GHC 7.9
  • v0.3.0.2 Changes

    ๐Ÿ›  Fix the test suite

  • v0.3.0.1 Changes

    โœ… Port the test suite to tasty

    0.3

    • โž• Add a new module, Text.Regex.Applicative.Common, which contains some commonly used regexps (by Aleksey Khudyakov)
    • ๐Ÿ‘Œ Improve the test suite
  • v0.2.1 Changes

    • โž• Add the withMatched function
    • ๐Ÿ‘‰ Make matching functions a bit more lax
    • ๐Ÿ›  Fix a bug in the empty method

    0.2

    • Infix matching functions
    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ‘Œ Improved performance
    • ๐Ÿ‘Œ Improved portability