v2.6.2
版本发布时间: 2015-03-27 04:51:15
linkedin/dustjs最新发布版本:v3.0.1(2021-12-30 02:22:21)
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/