dustjs-linkedin
Advanced tools
Changelog
v2.6.0 (2015/03/05 01:30 +00:00)
Changelog
v2.5.0 (2014/11/04 00:15 +00:00)
Changelog
v2.4.0 (2014/06/11 01:32 +00:00)
Previously, {arr.sort} was possible even if sort was not a function in the arr object, since it was looking in the Array prototype. (@jimmyhchan)
Address #468: Errors thrown from stream now will invoke the error
listener with the error object. Previously, these errors could not be caught and the process will hang.
Deprecated/remove: dust.onError
, dust.silenceErrors
. To see runtime errors, look at the error in the callback.
breaking change: dust.log
with an error no longer throws that error (@prashn64)