testdouble.js (AKA td.js) v3.0.0 Release Notes

Release Date: 2017-06-02 // almost 7 years ago
  • โœ… Full Changelog

    ๐Ÿ›  Fixed bugs:

    • โœ… Figure out babel+instanceof+constructor problems with class extension #241
    • โœ… Mocking a Class #157

    Closed issues:

    • โœ… td.verify reporting after resolving promises #250
    • โœ… Replacing dependency with td.replace(path, replacement) doesn't work #249
    • ๐Ÿ‘Œ Verify constructor #248
    • โœ… td.replace () breaks the cache in require #244
    • โœ… Faking internal calls #243
    • โœ… ECMAScript 2015 Classes with td.constructor() #240
    • โœ… TypeScript: Better Generic Support for td.object() #236
    • โœ… How to Replace Imported Constructor in Another File #235
    • โœ… Mocha Spec Reporter #234
    • โœ… TypeError: 'x' is not a function #233
    • โœ… Inifinite recursion problem #231
    • โœ… Invoke callback within object #230
    • โœ… Testing Constructor invocations #229
    • โœ… Stubbing chained API objects yields a warning #228

    ๐Ÿ”€ Merged pull requests:

    • โœ… Stop extending types when replacing constructors #254 (searls)
    • ๐Ÿ›  Fix #236; Add another overload and its test #237 (sgtoj)