|
2 | 2 |
|
3 | 3 | regex is a regular expression toolkit for regex-base with: |
4 | 4 |
|
5 | | - * text-replacement operations with named captures; |
| 5 | + * a text-replacement toolkit with type-safe text-replacement templates; |
6 | 6 | * special datatypes for matches and captures; |
7 | 7 | * compile-time checking of RE syntax; |
8 | 8 | * a unified means of controlling case-sensitivity and multi-line options; |
9 | 9 | * high-level AWK-like tools for building text processing apps; |
10 | 10 | * the option of using match operators with reduced polymorphism on the |
11 | | - text and/or result types; |
| 11 | + text and result types; |
12 | 12 | * regular expression macros including: |
13 | 13 | + a number of useful RE macros; |
14 | 14 | + a test bench for testing and documenting new macro environments; |
15 | 15 | * built-in support for the TDFA and PCRE backends; |
16 | | - * comprehensive documentation and copious examples. |
| 16 | + * comprehensive documentation, tutorials and copious examples. |
17 | 17 |
|
18 | 18 |
|
19 | 19 | See the [About page](http://about.regex.uk) for details. |
@@ -52,7 +52,8 @@ two packages: |
52 | 52 | - [X] 2017-03-27 v0.10.0.2 [Tweak Templates, Fix release scripts and update Haddocks commentary](https://github.com/iconnect/regex/milestone/12) |
53 | 53 | - [X] 2017-03-28 v0.10.0.3 [Upgrade to LTS 8.6 and Improve Haddocks for Text.RE.{TDFA,PCRE}](https://github.com/iconnect/regex/milestone/13) |
54 | 54 | - [X] 2017-03-29 v0.11.0.0 [Simplify the API](https://github.com/iconnect/regex/milestone/14) |
55 | | -- [ ] 2017-03-31 v1.0.0.0 [First stable release](https://github.com/iconnect/regex/milestone/3) |
| 55 | +- [X] 2017-03-29 v0.11.1.0 [Fix the Haddocks](https://github.com/iconnect/regex/milestone/15) |
| 56 | +- [ ] 2017-04-03 v1.0.0.0 [First stable release](https://github.com/iconnect/regex/milestone/3) |
56 | 57 | - [ ] 2017-08-31 v2.0.0.0 [Fast text replacement with benchmarks](https://github.com/iconnect/regex/milestone/4) |
57 | 58 |
|
58 | 59 |
|
@@ -89,9 +90,9 @@ See the [Tutorial page](http://tutorial.regex.uk) and |
89 | 90 |
|
90 | 91 | If you have any feedback or suggestion then please drop us a line. |
91 | 92 |
|
92 | | - `t` [@hregex](https://twitter.com/hregex)<br/> |
93 | | - `e` maintainers@regex.uk<br/> |
94 | | - `w` http://issues.regex.uk |
| 93 | + * `t` [@hregex](https://twitter.com/hregex)<br/> |
| 94 | + * `e` maintainers@regex.uk<br/> |
| 95 | + * `w` http://issues.regex.uk |
95 | 96 |
|
96 | 97 | The [Contact page](http://contact.regex.uk) has more details. |
97 | 98 |
|
|
0 commit comments