We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147c379 commit 06b9758Copy full SHA for 06b9758
1 file changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Version 0.*
4
5
+* v0.2.1 (23.04.2015)
6
+
7
+ * fixed matching simple parameter values enclosed by delimiters,
8
+ * fixed missing support for escaping characters inside parameter values.
9
10
* v0.2.0 (17.04.2015)
11
12
* added HandlerInterface to enable shortcode handlers with basic validation capabilities,
@@ -13,8 +18,8 @@
13
18
* added syntax builder to ease building `Syntax` object,
14
19
* added dash `-` to allowed characters in shortcode names,
15
20
* deprecated `Processor::setRecursion()`, use `Processor::setRecursionDepth()` instead,
16
- * removed regular expressions constants from classes,
21
+ * removed regular expressions constants from classes.
17
22
23
* v0.1.0 (06.04.2015)
24
- * first library version
25
+ * first library version.
0 commit comments