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