v2.5.0
版本发布时间: 2014-12-11 15:55:41
linkedin/dustjs最新发布版本:v3.0.1(2021-12-30 02:22:21)
- #515 Remove the warning log when you attach a new Stream event (@sethkinast)
- #513 Treat compiled body functions as blocks to render instead of functions to evaluate. Dust body functions are now flagged with .___dustBody to differentiate them from functions set in the context. (@sethkinast)
- #511 Treat formats and buffers as interchangeable when they are mixed together in order to prevent stack overflows with large templates and add a whitespace flag to dust.config (@sethkinast)
- #504 Update README formatting (@NickStefan)
- #503 Update contributors list (@sethkinast)
- #502 Don't use the regexp constructor since we are using a regexp literal anyway (@jimmyhchan)