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

Changelog History
Page 12

  • v2.4.0 Changes

    July 26, 2017
    • Allow anonymous mock functions to be named
  • v2.3.8 Changes

    July 13, 2017
    • Fix 1474: propagates promiseLibrary to new stub behaviors (#1484)
  • v2.3.7 Changes

    July 10, 2017
    • Fix #1476: spy.withArgs(args...).firstCall is broken
  • v2.3.6 Changes

    June 28, 2017
    • Fix #1274: spy.withArgs(args...).callCount is incorrect
  • v2.3.5 Changes

    June 20, 2017
    • Check configurable on a prop before creating (fixes #1456) (#1462)
  • v2.3.4 Changes

    June 10, 2017
    • Fix #1372: make sandbox.resetHistory also reset spies (#1424)
  • v2.3.3 Changes

    June 10, 2017
    • Fix #1445: make stubbing of static function properties possible
  • v2.3.2 Changes

    May 26, 2017
    • Fix failing sandbox.resetBehavior() (#1428)
    • Fix restoring getters/setters/values for previously unexisting props (#1419)
    • Called in order takes callCount into account. Closes #1398.
  • v2.3.1 Changes

    May 23, 2017
    • Make calledAfter symetric with calledBefore (#1407)
  • v2.3.0 Changes

    May 22, 2017
    • Allow stubbing of accessors with and without sandbox (#1416)
    • add throwsArg(index) to stubs (#1319)
    • Fix: forEach() requires 'this' argument (#1356)
    • Only reset history when calling resetHistory()