File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Version 0.*
4+
5+ * v0.2.0 (17.04.2015)
6+
7+ * added HandlerInterface to enable shortcode handlers with basic validation capabilities,
8+ * added default handler for processing shortcodes without registered name handlers,
9+ * added handler aliasing to reuse name handlers without manually registering them,
10+ * added recursive processing with ability to control recursion depth,
11+ * added iterative processing with ability to control maximum number of iterations,
12+ * added configurable syntax to enable different shortcode formats without modifying library code,
13+ * added syntax builder to ease building ` Syntax ` object,
14+ * added dash ` - ` to allowed characters in shortcode names,
15+ * deprecated ` Processor::setRecursion() ` , use ` Processor::setRecursionDepth() ` instead,
16+ * removed regular expressions constants from classes,
17+
18+ * v0.1.0 (06.04.2015)
19+
20+ * first library version
You can’t perform that action at this time.
0 commit comments