All Versions
177
Latest Version
Avg Release Cycle
27 days
Latest Release
-

Changelog History
Page 14

  • v1.16.1 Changes

    August 20, 2015
    • โฌ†๏ธ Bump Lolex to stop throwing an error when faking Date but not setTimeout
  • v1.16.0 Changes

    August 19, 2015
    • Capture the stack on each spy call
    • ๐Ÿ”ง fakeServer.create accepts configuration settings
    • โšก๏ธ Update Lolex to 1.3.0
    • Fire onreadystatechange with event argument
    • Returns supersedes previous throws
    • ๐Ÿ›  Bunch of bug fixes
  • v1.15.0 Changes

    May 30, 2015
    • ๐Ÿ›  Fixed bug where assertions don't handle functions that have a property named proxy
    • โšก๏ธ update license attribute
    • โž• Add test coverage report
    • responseHeaders on abort are empty object
    • ๐Ÿ›  Fix pre-existing style error
    • ๐Ÿ“š Update documentation to cover testing built version
    • โšก๏ธ Update CONTRIBUTING.md with section about "Making a pull request"
    • ๐Ÿ‘Œ Improve RELEASE.md to reduce effort when cutting a new release
    • ๐Ÿ—„ Deprecate mock
    • ๐Ÿš€ Release.md
    • ๐Ÿ“„ Make npm docs sinon work.
    • ๐Ÿ‘ท Run unit tests against packaged version in CI environment
    • โœ‚ Remove unused Gruntfile
    • ๐Ÿ‘‰ Use Vanilla Buster.JS
    • ๐Ÿ“ฆ Use files in package.json
    • ๐Ÿ›  Fix code style
    • Don't stub getter properties
    • ๐Ÿ’ป Event listeners for progress, load and readystatechange in the readyStateChange function in FakeXMLHttpRequest are dispatched in a different order in comparison to a browser. Reorder the events dispatched to reflect general browser behaviour.
    • โšก๏ธ Update linting instructions in CONTRIBUTING.md
    • ๐Ÿ‘• Lint all files with new linter
    • โšก๏ธ Update JSCS to 1.11.3 and make npm lint task verify all files
    • โช Cleanup .restore()
  • v1.14.1 Changes

    March 16, 2015
    • โช Fallback for .restore() native code functions on Chrome & PhantomJS (ใชใคใ)
    • โช Restore support for sinon in IE<9 (Harry Wolff)
  • v1.14.0 Changes

    March 13, 2015
    • Stub & spy getters & setters (Simon Zack)
    • ๐Ÿ›  Fix #702 async sinon.test using mocha interface (Mohayonao)
    • โž• Add respondImmediately to fake servers (Jonathan Freeman)
  • v1.13.0 Changes

    March 04, 2015
    • ๐Ÿ›  fix @depends-require mismatches (fixes AMD issues) (Ben Hockey)
    • ๐Ÿ›  Fix spy.calledWith(undefined) to return false if it was called without args
    • yieldsRight (Alexander Schmidt)
    • stubs retain function arity (Charlie Rudolph)
    • (AMD) use explicit define in built version
    • spy().reset() returns this (Ali Shakiba)
    • โž• Add lengthComputable and download progress (Tamas Szebeni)
    • Don't setContent-type when sending FormData (AJ Ortega)
    • sinon.assert with spyCall (Alex Urbano)
    • fakeXHR requests in Node. (Jmeas)
    • โœจ Enhancement: run builds on docker ([email protected])
    • ๐Ÿ›  Use FakeXDomainRequest when XHR does not support CORS. Fixes #584 (Eric Wendelin)
    • More lenient check for ActiveXObject
    • ๐Ÿ“š aligned sandbox.useFakeXMLHttpRequest API to documentation (Phred)
    • ๐Ÿ›  Fix #643. Returns supersedes previous throws (Adam Hull)
    • Safely overwrite properties in IE - no more IE files!
    • โž• Add check for setInterval/clearInterval (kdpecker)
    • โž• Add safety check for document.createElement (kdpecker)
    • ๐Ÿ›  Fix #633. Use a try/catch when deleting a property in IE8. (Garrick Cheung)
  • v1.12.1 Changes

    November 16, 2014
    • ๐Ÿ›  Fixed lolex issue on node
  • v1.12.0 Changes

    November 16, 2014
  • v1.11.1 Changes

    October 27, 2014
    • ๐Ÿ”ฆ Expose match on returned sandbox (Duncan Beevers)
    • ๐Ÿ›  Fix issue #586 (Antonio D'Ettole)
    • Declare log_error dependency (Kurt Ruppel)
  • v1.11.0 Changes

    October 26, 2014
    • ๐Ÿ‘ Proper AMD support
    • Don't call sinon.expectation.pass if there aren't any expectations (Jeffrey Falgout)
    • Throw error when reset-ing while calling fake
    • โž• Added xhr.response property (Gyandeep Singh)
    • ๐Ÿ›  Fixed premature sandbox destruction (Andrew Gurinovich)
    • โž• Add sandbox reset method (vitalets)
    • ๐Ÿ›  A bunch of bug fixes (git log)
    • Various source organizational improvements (Morgan Roderick and others)