v2.6.2
Notable Changes
- Dust contexts can now contain Promises. The Promise will be evaluated once it resolves or rejects.
dustc --watch
now reruns the compilation when a watched template changes- Added new methods to the Context public API:
Context#clone
,Context#pop
, andContext#resolve
.- More info: http://www.dustjs.com/docs/helper-api/