Skip to content

0.2.0 - Filter Functions, Finally

Compare
Choose a tag to compare
@BritishWerewolf BritishWerewolf released this 09 Apr 12:58
· 33 commits to main since this release

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 lowercase
  • uppercase - converts the entire string to uppercase
  • markdown - parses the string and converts to HTML

More filters will be added in future.

Full Changelog: 0.1.5...0.2.0