dustjs v2.5.0 Release Notes

Release Date: 2014-11-04 // over 9 years ago
    • 🚚 #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)