Skip to content

v1.6.0

Compare
Choose a tag to compare
@sethkinast sethkinast released this 05 Mar 19:10
· 66 commits to master since this release

The helpers can now be included as an AMD module alongside Dust 2.6.0 or newer.

New helpers:

  • {@any}, which executes if any truth test in a {@select} block passes.
  • {@none}, the opposite
  • {@first}, executes on the first iteration of a loop
  • {@last}... you get the idea

Removed helpers: https://github.com/linkedin/dustjs-helpers/wiki/Deprecated-Features

  • {@if} (use other truth test helpers or context helpers instead)
  • {@idx} (use {$idx}, a Dust core built-in, instead