v2.6.0
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.