All Versions
99
Latest Version
Avg Release Cycle
33 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v2.0.5 Changes
March 25, 2017 -
v2.0.4 Changes
March 23, 2017Closed issues:
- โ
constructor\(someConstructorFunction\)
not referenced in associated example #213
๐ Merged pull requests:
- โ
-
v2.0.3 Changes
March 18, 2017 -
v2.0.2 Changes
March 17, 2017Closed issues:
- โ Mocking a constructor function with no prototypes does not correctly mock static methods #208
- โ Test td.function() after other td fuction() #202
- โ How do I stub a function that being promisify'd by bluebird? #200
๐ Merged pull requests:
- โ Preserve function context when calling thenDo #209 (connor4312)
- โ Decaffeinate #206 (searls)
-
v2.0.1 Changes
March 13, 2017 -
v2.0.0 Changes
March 13, 2017Closed issues:
- โ How can I write a test for such situation? #199
- โ contains not working against IIFE objects #192
- โ td.verify not returning true when true #191
- โ Typing definition for td.object doesn't support constructors with arguments #184
- โ
Replacing methods on
window.location
#183 - โ stub also verified warning when using ignoreExtraArgs #181
- โ
[BREAKING] Return constructor for
td.replace\(\)
#166 - ๐ Allow matchers inside objects #160
- ๐ Support invoking callbacks with arbitrary timing #106
๐ Merged pull requests:
- โ Async callbacks #205 (searls)
- โ Create test double functions and copy/fake their properties #204 (searls)
- ๐ Support deep matchers #203 (searls)
- โ introduce td.constructor() as top-level API sibling to td.object() & td.function() #201 (searls)
- ๐ Allow Babel compilation #197 (searls)
- ๐ Improves warning when verifying a stub #196 (samjonester)
- โ Yarn #195 (searls)
- โ Creates Better Verification Message #194 (samjonester)
- โ Replace constructors with constructors #193 (searls)
-
v1.11.2 Changes
February 28, 2017Closed issues:
- โ Stubbing promises with thenResolve does not actually provide for anything in the callback #189
- โ sinon.sandbox analog? #188
- โ Shortcut for new stub returning args #187
- โ Can't find variable: Proxy #186
๐ Merged pull requests:
- ๐ Improve the error message when using Proxy incorrectly. #190 (Schoonology)
-
v1.11.1 Changes
January 27, 2017Closed issues:
- โ
Is it possible to
thenReturn
the receiver? #182 - โ Multiple stubbings with argThat causes unexpected behavior #180
๐ Merged pull requests:
- โก๏ธ Update type definition #185 (caseyhoward)
- โ
Is it possible to
-
v1.11.0 Changes
January 17, 2017Closed issues:
- โ Having something like "verifyNoFurtherInvocations(mock)" would be nice (feature request) #176
๐ Merged pull requests:
-
v1.10.2 Changes
December 31, 2016Closed issues:
- โ Possible pollution issue (2 tests work individually, but fails when run together) #171
- โ td.verify and td.when redundency warning #170
- โ Does not work with jest #128
๐ Merged pull requests:
- โ Captor typings #174 (danielmoore)
- โ Align TS replace() signuatrue return with implementaiton #173 (danielmoore)