Sinon.JS v1.17.0 Release Notes

Release Date: 2015-09-22 // over 8 years ago
    • Fix #821 where Sinon.JS would leak a setImmdiate into global scope
    • Removed sinon-timers from the build. refs #811
    • Added flag that, when set to true, makes sinon.logError throw errors synchronously.
    • Fix #777: Support non-enumerable props when stubbing objects
    • Made the sinon.test() function pass on errors to the callback
    • Expand conversion from ArrayBuffer to binary string
    • Add support for ArrayBuffer, blob responseTypes