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

Release Date: 2017-06-18 // almost 7 years ago
  • Full Changelog

    🛠 Fixed bugs:

    • ✅ td.replace throws with objects created with Object.create #257
    • ✅ getters are executed when using td.constructor() #218

    Closed issues:

    • 👌 Verify that constructor is passed certain values #256
    • ✅ Is there any sample code that mock aws sdk? #251
    • ✅ Cannot use td.object with "callable objects" #232

    🔀 Merged pull requests:

    • 👍 Allow stubbing of custom instances & Object.create() #264 (searls)
    • ✅ Enable tsc in ci pipeline take 2 #260 (duluca)
    • ✅ TypeScript typing thenResolve takes variable args #258 (miyu)
    • ✅ Test testdouble.js with testdouble.js! #255 (searls)