This repository was archived by the owner on Feb 3, 2023. It is now read-only.
v0.4.0
* **Changed** Removed requirement to manually specify `locals` for express support. * **Changed** Increased cache lookup speed by removing crypto dependency. * **Fixed** `length` filter returns length of objects (number of keys). * **Fixed** Filters return empty string unless they can apply to the given object. * **Fixed** Filters will attempt to apply to all values in an object or array.