feat(filters): Allow filters with arguments

This commit is contained in:
Kyle Fuller
2016-11-27 01:59:57 +00:00
parent 1e3afc0dd5
commit 60b378d482
6 changed files with 95 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
## Master
### Enhancements
- You may now register custom template filters which make use of arguments.
### Bug Fixes
- Variables (`{{ variable.5 }}`) that reference an array index at an unknown