Skip to content

v2.5.0

Compare
Choose a tag to compare
@sethkinast sethkinast released this 11 Dec 07:55
· 202 commits to master since this release
  • #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)