All Versions
14
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.4 Changes
- Let the user provide a custom
uncons
function (addfind{First,Longest,Shortest}PrefixWithUncons
) - โ Add
Filtrable
andMonoid
instances forRE
- Let the user provide a custom
-
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
- โ Add a new module,
-
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
- โ Add the