Skip to content

v2.6.0

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

Major changes in this version:

Dust now supports being included as an AMD module, and allows templates to be compiled as AMD modules for inclusion. More information: https://github.com/linkedin/dustjs/wiki/Loading-Dust-via-AMD-(require.js)

A new dustc command-line compiler that acts like a shell script, with support for input/output redirection. dustc can also operate on an entire directory of files at once and concatenate the output to a single file.