- Fixed bug preventing argument being passed to custom condition method if `"*"` character used.
0.8.6
- Adds missing requirement to setup.py. Thanks daviddavis!
0.8.5
* Adds support for boolean expressions in `condition` statement elements. Thanks tanonl!
0.8.1
* Fixes case where object has no action_map. Thanks oguzhancelikarslan! * Added missing info to docs. Thanks hardntrash!
0.8.0
Workaround for quirk resulting in `action` not always being set. Thanks oguzhancelikarslan!
0.7.0
- Allows using HTTP method placeholders in action element of statements to match request. - For example, "action": ["<method:post>"] will match all POST requests.