Added method to register boolean filters (#160)

* added method to register boolean filters

* parametrised negative filter name

* Update Extension.swift

* Update CHANGELOG.md

* renamed registerBooleanFilter to registerFilter

* updated docs
This commit is contained in:
Ilya Puchka
2018-09-25 23:29:21 +01:00
committed by GitHub
parent f7bda226e8
commit fce3dc5e48
4 changed files with 41 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
- You can now use parentheses in boolean expressions to change operator precedence.
[Ilya Puchka](https://github.com/ilyapuchka)
[#165](https://github.com/stencilproject/Stencil/pull/165)
- Added method to add boolean filters with their negative counterparts.
[Ilya Puchka](https://github.com/ilyapuchka)
[#160](https://github.com/stencilproject/Stencil/pull/160)
### New Features