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

Changelog History
Page 8

  • v5.0.8 Changes

    May 24, 2018
    • Add isSealed check to is-es-module to make certain ESM mocks possible
  • v5.0.7 Changes

    May 07, 2018
    • Fix stub id prefix (#1786)
  • v5.0.6 Changes

    May 07, 2018
    • Remove support-sinon.js as postinstall banner
  • v5.0.5 Changes

    May 07, 2018
    • Refuse to replace already replaced values (#1779)
  • v5.0.4 Changes

    May 05, 2018
    • Fix #1781: Reject non-function values a f argument to fake
  • v5.0.3 Changes

    May 02, 2018
    • Fix #1775: Default sandbox does not restore stubs, spies, mocks
  • v5.0.2 Changes

    May 01, 2018
    • Reset history on sandbox reset (#1770)
  • v5.0.1 Changes

    April 27, 2018
    • Remove deprecated spy.reset method
    • Add sinon.replace, sinon.replaceGetter and sinon.replaceSetter
    • Add fake
    • Use sinon as a default sandbox
  • v4.5.0 Changes

    March 30, 2018
    • Add .lastArg and .callback to spy call
  • v4.4.9 Changes

    March 27, 2018
    • Fix #1746: Remove dependency on ES2015 code from post-install script