Skip to content

v1.4.0

Compare
Choose a tag to compare
@rick-nu rick-nu released this 11 Jul 06:45
· 6 commits to master since this release

In this release, two new filter rules have been added:

  • cut($start, $length): which will cut the given key to the given start/length. (Thank you @jhuet)
  • slug($field): which will create a slug of the current field, or the given field. (Thank you @jhuet)

Also, code optimizations have been done by @localheinz. Thank you too!