Sinon.JS v1.15.0 Release Notes

Release Date: 2015-05-30 // almost 9 years ago
    • ๐Ÿ›  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()