- Let the user provide a custom
uncons
function (addfind{First,Longest,Shortest}PrefixWithUncons
) - Add
Filtrable
andMonoid
instances forRE
Make a release to refresh the haddocks on hackage (see #35).
Add replace
- Use strict left fold in decimal/hexadecimal
- Include a missing test module in the sdist tarball
Add msym
Add comap
- Fix the test suite
- Fix build with GHC 7.9
Fix the test suite
Port the test suite to tasty
- Add a new module,
Text.Regex.Applicative.Common
, which contains some commonly used regexps (by Aleksey Khudyakov) - Improve the test suite
- Add the
withMatched
function - Make matching functions a bit more lax
- Fix a bug in the
empty
method
- Infix matching functions
- Improved documentation
- Improved performance
- Improved portability
- Expose Object interface
- Allow matching prefixes rather than the whole string
- Add non-greedy repetitions
- Completely rewrite the engine. Now it's faster and runs in constant space.
- Add 'string' function and 'IsString' instance.
- Fix a .cabal-file issue introduced in 0.1.2
- Change the fixity of =~
- Relax the constraint on the containers version
- Fix a bug in 'reFoldl' and 'many'
- "Lazy" infinite regexes are no longer supported
- Initial release