regex-1.0.0.0 Released
Posted on 2017-04-17
by Chris Dornan
regex-1.0.0.0, the first stable version is up on Hackage.
The final tweaks have been made to the API, evacuating
Text.RE
(whose sole purpose is now to provide a map of the API) and theZeInternals.*
module tree has been hidden with all of the internal functions and types needed by the regex-with-pcre and regex-examples packages collected intoText.RE.ZeInternals
.The first editions of the tutorials have been completed.
The full details are in the changelog.
Acknowledgements
The regex package has been greatly improved since regex-0.5.0.0 when we requested comment from the community and all of these improvements have been in response to contributions and feedback. We would like to especially thank the following for their contributions to shaping this release.
- Adam Bergmark
- Alfredo Di Napoli
- Artyom Kazak
- Edward Z. Yang
- Evan Laforge
- Herbert Valerio Riedel
- Michael Lamparski
- Serge Le Huitouze
- Simon Michael
- Tom Knight