0.2.0 - Filter Functions, Finally
This release adds the ability to mutate your placeholder variables, by providing a pre-defined filter function, following a pipe (|
).
It's as simple as this {{ £title | uppercase }}
!
Available filters are:
lowercase
- converts the entire string to lowercaseuppercase
- converts the entire string to uppercasemarkdown
- parses the string and converts to HTML
More filters will be added in future.
Full Changelog: 0.1.5...0.2.0