Skip to content

Commit e79d668

Browse files
committed
added CHANGELOG, ready to tag version v0.2.0
1 parent 3c04f33 commit e79d668

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)