We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6c852 commit 36f4887Copy full SHA for 36f4887
.gitignore
@@ -4,6 +4,8 @@
4
.coverage
5
.eggs/
6
.tox/
7
+build/
8
coverage.*
9
+dist/
10
doc/build/
11
htmlcov/
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
History
3
*******
+1.2
+===
+
+* Improved parsing speed by compiling regex on global context and reusing
+ named collection.
1.1
12
===
13
@@ -12,6 +18,7 @@ History
18
* Added to travis ci.
19
* Execute one regex at a time.
14
20
21
15
22
1.0.2
16
23
=====
17
24
0 commit comments