All Versions
99
Latest Version
Avg Release Cycle
33 days
Latest Release
-

Changelog History
Page 7

  • v1.10.1 Changes

    December 20, 2016

    βœ… Full Changelog

    Implemented enhancements:

    • βœ… Make the constructor property of td.replaced() instantiable types useful #121
    • πŸ‘Œ Improve output for times verification failures #85
    • πŸ‘ Allow argument matchers to enhance failure messages #59
    • βœ… td.constructor() feature for creating fake constructors #54

    Closed issues:

    • βœ… typings for typescript #167
    • πŸ“š A little typo in Getting Started documentation #165
    • βœ… Unable to stub static method on ES6 classes #164
    • βœ… transcribe unusual spending kata from ES5 to ES6/babel #163
    • βœ… Classes with overridden methods not doubling properly since 1.10.0 #159
    • βœ… td.replace\(\) doesn't work with import? #147
    • πŸ‘Œ Support multiple capture invocations #139
    • βœ… Constructor replacements will fail instanceof checks #107

    πŸ”€ Merged pull requests:

  • v1.10.0 Changes

    December 11, 2016

    βœ… Full Changelog

    Implemented enhancements:

    • βœ… td.replace doesn't properly detect ES6 classes #119

    Closed issues:

    • βœ… Matcher for a specific position #156

    πŸ”€ Merged pull requests:

    • βœ… Sort out replacement of especially 6+ Classes #158 (searls)
  • v1.9.1 Changes

    December 03, 2016

    βœ… Full Changelog

    Implemented enhancements:

    • βœ… td.replace for functions that have additional function properties #99

    Closed issues:

    • βœ… Is testdouble.js not compatible with PhantomJS? #154
    • βœ… Model instance creation assistance #149
    • βœ… Excessive warn "was both stubbed and verified" #148

    πŸ”€ Merged pull requests:

  • v1.9.0 Changes

    October 25, 2016

    βœ… Full Changelog

    Implemented enhancements:

    • βœ… Note when ignoreExtraArgs is used for a failed verification #60

    Closed issues:

    • βœ… td.replace multiple property names at once #146
    • βœ… Consider ignoreExtraArgs method instead of parameter #143

    πŸ”€ Merged pull requests:

    • βœ… Gives better hint when verification fails while ignoring extra args #150 (samjonester)
  • v1.8.0 Changes

    October 12, 2016

    βœ… Full Changelog

    Closed issues:

    • πŸ”‹ Feature request: Partial object matchers #141
    • ⬇️ Drop CoffeeScript #140
    • βœ… Question with verifications #138
    • βœ… td.reset() itΒ΄s working has expected? #133

    πŸ”€ Merged pull requests:

    • πŸ“„ Docs for multiple captor values. #145 (marchaos)
    • πŸ‘ Allow for multiple captor invocations #144 (marchaos)
    • βœ‚ Remove warning of implementations of ES2015 proxy #136 (mgryszko)
    • πŸ›  Fix shorthand notation for stubbing #135 (mgryszko)
  • v1.7.0 Changes

    September 18, 2016

    βœ… Full Changelog

    πŸ”€ Merged pull requests:

    • ⬆️ Upgrade to lodash 4.15.0 #132 (searls)
  • v1.6.2 Changes

    September 18, 2016

    βœ… Full Changelog

    Closed issues:

    • βž• Add support for concurrent test runners (ava)? #131
    • βœ… Async use of verify results in timeout #129

    πŸ”€ Merged pull requests:

    • βœ… Should methods on super types be stubbed in td.object? #130 (paultyng)
  • v1.6.1 Changes

    August 31, 2016

    βœ… Full Changelog

    Closed issues:

    • βœ… td.explain should indicate thenCallback / thenResolve / thenReject from thenReturn #126
    • βœ… td.when and td.verify warning #125
    • βœ… td.callback, when given a td.object, raises a TypeError #124
    • βœ… not matcher and calling function multiple times #122
    • πŸ‘Œ Verify of a specific call when multiple calls happen #120

    πŸ”€ Merged pull requests:

  • v1.6.0 Changes

    July 14, 2016

    βœ… Full Changelog

    Closed issues:

    • βœ… Nested stubbing doesn't work #117

    πŸ”€ Merged pull requests:

    • πŸ‘ Allow nested stubbing configuration #118 (searls)
  • v1.5.0 Changes

    July 13, 2016

    βœ… Full Changelog

    Closed issues:

    • πŸ‘Œ support promises resolve/reject #46

    πŸ”€ Merged pull requests:

    • πŸ”€ Use stringify-object now that my change is merged #116 (searls)
    • βœ… Promise stubbing sugar #115 (searls)