UNPKG

59.4 kBMarkdownView Raw
1# Change Log
2
3## [v3.11.0](https://github.com/testdouble/testdouble.js/tree/v3.11.0) (2019-02-24)
4[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.10.0...v3.11.0)
5
6**Merged pull requests:**
7
8- allow for deeply nested test double objects [\#407](https://github.com/testdouble/testdouble.js/pull/407) ([searls](https://github.com/searls))
9- have the deep nested proxy work with explain [\#406](https://github.com/testdouble/testdouble.js/pull/406) ([lgandecki](https://github.com/lgandecki))
10
11## [v3.10.0](https://github.com/testdouble/testdouble.js/tree/v3.10.0) (2019-02-02)
12[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.9.3...v3.10.0)
13
14**Closed issues:**
15
16- 2 consecutive 'when\(...\).thenTrow\(...\)' expectations crashes [\#403](https://github.com/testdouble/testdouble.js/issues/403)
17- Remove es6-map polyfill [\#367](https://github.com/testdouble/testdouble.js/issues/367)
18- How to mock typescript abstract class? [\#356](https://github.com/testdouble/testdouble.js/issues/356)
19
20**Merged pull requests:**
21
22- Remove unnecessary dependency on es6-map. [\#405](https://github.com/testdouble/testdouble.js/pull/405) ([primarilysnark](https://github.com/primarilysnark))
23- docs: Correct broken link to testdouble-qunit [\#404](https://github.com/testdouble/testdouble.js/pull/404) ([jasonmit](https://github.com/jasonmit))
24
25## [v3.9.3](https://github.com/testdouble/testdouble.js/tree/v3.9.3) (2019-01-16)
26[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.9.2...v3.9.3)
27
28**Merged pull requests:**
29
30- Typescript usage docs [\#401](https://github.com/testdouble/testdouble.js/pull/401) ([lgandecki](https://github.com/lgandecki))
31- Explain object [\#398](https://github.com/testdouble/testdouble.js/pull/398) ([robwold](https://github.com/robwold))
32
33## [v3.9.2](https://github.com/testdouble/testdouble.js/tree/v3.9.2) (2018-12-31)
34[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.9.1...v3.9.2)
35
36**Closed issues:**
37
38- Call a Callback Multiple Times [\#397](https://github.com/testdouble/testdouble.js/issues/397)
39- TypeScript: Update Definition [\#395](https://github.com/testdouble/testdouble.js/issues/395)
40
41**Merged pull requests:**
42
43- allow for creating testdoubles using interface only [\#400](https://github.com/testdouble/testdouble.js/pull/400) ([lgandecki](https://github.com/lgandecki))
44
45## [v3.9.1](https://github.com/testdouble/testdouble.js/tree/v3.9.1) (2018-11-29)
46[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.9.0...v3.9.1)
47
48**Closed issues:**
49
50- td.replace before it vs td.replace inside of it [\#394](https://github.com/testdouble/testdouble.js/issues/394)
51- Add sticky `td.reset.onReset` hook [\#377](https://github.com/testdouble/testdouble.js/issues/377)
52
53**Merged pull requests:**
54
55- Add type information for imitation to the exported typings file [\#396](https://github.com/testdouble/testdouble.js/pull/396) ([lisamai](https://github.com/lisamai))
56
57## [v3.9.0](https://github.com/testdouble/testdouble.js/tree/v3.9.0) (2018-11-20)
58[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.8.2...v3.9.0)
59
60**Closed issues:**
61
62- There are legitimate cases to use td.verify [\#389](https://github.com/testdouble/testdouble.js/issues/389)
63- TypeError on td.replace\('aws-sdk'\) [\#388](https://github.com/testdouble/testdouble.js/issues/388)
64- Multiple stubs, count wrong? [\#387](https://github.com/testdouble/testdouble.js/issues/387)
65
66**Merged pull requests:**
67
68- Add onReset hook. [\#393](https://github.com/testdouble/testdouble.js/pull/393) ([primarilysnark](https://github.com/primarilysnark))
69- fix simple typos [\#392](https://github.com/testdouble/testdouble.js/pull/392) ([lpmi-13](https://github.com/lpmi-13))
70- feat: Add ava tests examples [\#385](https://github.com/testdouble/testdouble.js/pull/385) ([pke](https://github.com/pke))
71
72## [v3.8.2](https://github.com/testdouble/testdouble.js/tree/v3.8.2) (2018-10-08)
73[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.8.1...v3.8.2)
74
75**Implemented enhancements:**
76
77- Verifying stubs that return promises without warnings? [\#245](https://github.com/testdouble/testdouble.js/issues/245)
78
79**Closed issues:**
80
81- How do I verify only 1 of 2 stubbed functions was called? [\#384](https://github.com/testdouble/testdouble.js/issues/384)
82- Fake timers / mock Date [\#383](https://github.com/testdouble/testdouble.js/issues/383)
83- Getting a not a constructor error when trying to stub an external class dependency [\#382](https://github.com/testdouble/testdouble.js/issues/382)
84- how to handle async callbacks [\#380](https://github.com/testdouble/testdouble.js/issues/380)
85- mocking non-direct dependency [\#379](https://github.com/testdouble/testdouble.js/issues/379)
86- How to replace momentjs ? [\#378](https://github.com/testdouble/testdouble.js/issues/378)
87- Arguments of mocked functions are saved by reference. [\#375](https://github.com/testdouble/testdouble.js/issues/375)
88- testdouble incompatible with coverage tools? [\#374](https://github.com/testdouble/testdouble.js/issues/374)
89- td.replaced module still returning stub after a td.reset\(\) [\#373](https://github.com/testdouble/testdouble.js/issues/373)
90- Awaiting a testdouble function always resolves [\#371](https://github.com/testdouble/testdouble.js/issues/371)
91- Stub one function and use originals for rest [\#368](https://github.com/testdouble/testdouble.js/issues/368)
92- td.replace is breaking type definitions from sanctuary.js [\#327](https://github.com/testdouble/testdouble.js/issues/327)
93
94**Merged pull requests:**
95
96- upgrade everything [\#386](https://github.com/testdouble/testdouble.js/pull/386) ([searls](https://github.com/searls))
97- Fix method name typo in README example [\#369](https://github.com/testdouble/testdouble.js/pull/369) ([jackjennings](https://github.com/jackjennings))
98- Update deps [\#366](https://github.com/testdouble/testdouble.js/pull/366) ([searls](https://github.com/searls))
99
100## [v3.8.1](https://github.com/testdouble/testdouble.js/tree/v3.8.1) (2018-05-05)
101[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.8.0...v3.8.1)
102
103**Implemented enhancements:**
104
105- Better verification messages [\#161](https://github.com/testdouble/testdouble.js/issues/161)
106
107**Closed issues:**
108
109- Trouble replacing ES6 classes [\#365](https://github.com/testdouble/testdouble.js/issues/365)
110- You have a global leak: `\_\_core-js\_shared\_\_` [\#364](https://github.com/testdouble/testdouble.js/issues/364)
111- testdouble causes bluebird to emit Unhandled rejection [\#168](https://github.com/testdouble/testdouble.js/issues/168)
112- Should style API of chai.js doesn't always work on test doubles since 1.6.2 [\#134](https://github.com/testdouble/testdouble.js/issues/134)
113
114## [v3.8.0](https://github.com/testdouble/testdouble.js/tree/v3.8.0) (2018-04-29)
115[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.7.0...v3.8.0)
116
117**Implemented enhancements:**
118
119- Improve td.replace error message for incorrect module path [\#355](https://github.com/testdouble/testdouble.js/issues/355)
120
121**Closed issues:**
122
123- td.verify\(object.function\(new Class\("param"\)\)\) not asserting "param" [\#362](https://github.com/testdouble/testdouble.js/issues/362)
124- How to Stub a Chained Function [\#360](https://github.com/testdouble/testdouble.js/issues/360)
125- Critical dependency: the request of a dependency is an expression? [\#354](https://github.com/testdouble/testdouble.js/issues/354)
126
127**Merged pull requests:**
128
129- Better missing module message for td.replace\(\) [\#363](https://github.com/testdouble/testdouble.js/pull/363) ([searls](https://github.com/searls))
130
131## [v3.7.0](https://github.com/testdouble/testdouble.js/tree/v3.7.0) (2018-03-31)
132[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.6.0...v3.7.0)
133
134**Closed issues:**
135
136- Compare dates when using td.matchers.contains [\#358](https://github.com/testdouble/testdouble.js/issues/358)
137- verifiable thenThrow [\#288](https://github.com/testdouble/testdouble.js/issues/288)
138- docs: simple page that lists the entire API [\#253](https://github.com/testdouble/testdouble.js/issues/253)
139- Planning Discussion for a move to TypeScript [\#252](https://github.com/testdouble/testdouble.js/issues/252)
140- More support for ES Modules [\#246](https://github.com/testdouble/testdouble.js/issues/246)
141- Consider using \_.isObjectLike rather than \_.isPlainObject within td.object [\#224](https://github.com/testdouble/testdouble.js/issues/224)
142
143**Merged pull requests:**
144
145- Enhance contains for edge cases, make nesting behave consistently [\#359](https://github.com/testdouble/testdouble.js/pull/359) ([searls](https://github.com/searls))
146
147## [v3.6.0](https://github.com/testdouble/testdouble.js/tree/v3.6.0) (2018-03-24)
148[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.5.2...v3.6.0)
149
150**Closed issues:**
151
152- td.replace a required method? [\#353](https://github.com/testdouble/testdouble.js/issues/353)
153
154**Merged pull requests:**
155
156- Export td.quibble [\#357](https://github.com/testdouble/testdouble.js/pull/357) ([searls](https://github.com/searls))
157- Avoid implicit any for TypeScript definitions [\#351](https://github.com/testdouble/testdouble.js/pull/351) ([rayalan](https://github.com/rayalan))
158- Merge Circle CI config to master [\#349](https://github.com/testdouble/testdouble.js/pull/349) ([searls](https://github.com/searls))
159- Merge in Circle CI config [\#348](https://github.com/testdouble/testdouble.js/pull/348) ([searls](https://github.com/searls))
160
161## [v3.5.2](https://github.com/testdouble/testdouble.js/tree/v3.5.2) (2018-02-26)
162[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.5.1...v3.5.2)
163
164**Merged pull requests:**
165
166- replace quibble.browser.js with ES5 version [\#347](https://github.com/testdouble/testdouble.js/pull/347) ([davemo](https://github.com/davemo))
167- Fixed broken npm install on Windows [\#345](https://github.com/testdouble/testdouble.js/pull/345) ([duluca](https://github.com/duluca))
168- Speed up the build [\#344](https://github.com/testdouble/testdouble.js/pull/344) ([searls](https://github.com/searls))
169
170## [v3.5.1](https://github.com/testdouble/testdouble.js/tree/v3.5.1) (2018-02-25)
171[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.5.0...v3.5.1)
172
173**Closed issues:**
174
175- slow performance when replacing big modules [\#340](https://github.com/testdouble/testdouble.js/issues/340)
176- Replace method in tested file [\#339](https://github.com/testdouble/testdouble.js/issues/339)
177
178**Merged pull requests:**
179
180- Try out TypeScript [\#343](https://github.com/testdouble/testdouble.js/pull/343) ([searls](https://github.com/searls))
181- Simplify build [\#342](https://github.com/testdouble/testdouble.js/pull/342) ([searls](https://github.com/searls))
182
183## [v3.5.0](https://github.com/testdouble/testdouble.js/tree/v3.5.0) (2018-02-11)
184[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.4.0...v3.5.0)
185
186**Closed issues:**
187
188- Warn jest users when they call td.replace\(moduleName\) and point them to testdouble-jest [\#337](https://github.com/testdouble/testdouble.js/issues/337)
189- td.replace doesn't work with Jest [\#331](https://github.com/testdouble/testdouble.js/issues/331)
190
191**Merged pull requests:**
192
193- Jest support for td replace [\#338](https://github.com/testdouble/testdouble.js/pull/338) ([searls](https://github.com/searls))
194
195## [v3.4.0](https://github.com/testdouble/testdouble.js/tree/v3.4.0) (2018-02-10)
196[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.4...v3.4.0)
197
198**Fixed bugs:**
199
200- The webpack example project doesn't work [\#334](https://github.com/testdouble/testdouble.js/issues/334)
201
202**Closed issues:**
203
204- Update Getting Started to pass instance object instead of constructor to td.object\(\) [\#329](https://github.com/testdouble/testdouble.js/issues/329)
205
206**Merged pull requests:**
207
208- Publicize td.imitate\(\) [\#336](https://github.com/testdouble/testdouble.js/pull/336) ([searls](https://github.com/searls))
209- fix webpack example project [\#335](https://github.com/testdouble/testdouble.js/pull/335) ([searls](https://github.com/searls))
210- Upgrade dependencies, remove yarn [\#333](https://github.com/testdouble/testdouble.js/pull/333) ([searls](https://github.com/searls))
211
212## [v3.3.4](https://github.com/testdouble/testdouble.js/tree/v3.3.4) (2018-02-09)
213[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.3...v3.3.4)
214
215**Merged pull requests:**
216
217- Update readme, move doc outline to docs/ [\#332](https://github.com/testdouble/testdouble.js/pull/332) ([searls](https://github.com/searls))
218- Updated Getting Started to match td.object\(\)'s changes [\#330](https://github.com/testdouble/testdouble.js/pull/330) ([StanleySathler](https://github.com/StanleySathler))
219- First draft of issue template [\#328](https://github.com/testdouble/testdouble.js/pull/328) ([stevenjackson](https://github.com/stevenjackson))
220- WIP - remove dist from git [\#299](https://github.com/testdouble/testdouble.js/pull/299) ([jasonkarns](https://github.com/jasonkarns))
221
222## [v3.3.3](https://github.com/testdouble/testdouble.js/tree/v3.3.3) (2018-01-18)
223[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.2...v3.3.3)
224
225**Fixed bugs:**
226
227- Cannot convert a Symbol value to a string [\#300](https://github.com/testdouble/testdouble.js/issues/300)
228
229**Closed issues:**
230
231- Stubbing function from same module under test not replacing real implementation [\#325](https://github.com/testdouble/testdouble.js/issues/325)
232- td.replace does not follow node\_modules symlinks since v3.3.2 [\#324](https://github.com/testdouble/testdouble.js/issues/324)
233- td.explain does not work on new instance of td.replace\('lib'\) [\#323](https://github.com/testdouble/testdouble.js/issues/323)
234- td.object\(undefined\) allowes to call any method [\#321](https://github.com/testdouble/testdouble.js/issues/321)
235- td.replace\('mongoose'\) throws exception [\#316](https://github.com/testdouble/testdouble.js/issues/316)
236
237**Merged pull requests:**
238
239- Symbols must be stringified explicitly [\#301](https://github.com/testdouble/testdouble.js/pull/301) ([jasonkarns](https://github.com/jasonkarns))
240
241## [v3.3.2](https://github.com/testdouble/testdouble.js/tree/v3.3.2) (2018-01-16)
242[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.1...v3.3.2)
243
244**Fixed bugs:**
245
246- td.replace\(\) on an un-parseable source will claim the module is missing instead of printing the parse error [\#320](https://github.com/testdouble/testdouble.js/issues/320)
247
248**Closed issues:**
249
250- thenThrow does not work if stub passed down [\#319](https://github.com/testdouble/testdouble.js/issues/319)
251
252**Merged pull requests:**
253
254- Erroring on undefined for td.object [\#322](https://github.com/testdouble/testdouble.js/pull/322) ([gotenxds](https://github.com/gotenxds))
255
256## [v3.3.1](https://github.com/testdouble/testdouble.js/tree/v3.3.1) (2018-01-05)
257[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.0...v3.3.1)
258
259## [v3.3.0](https://github.com/testdouble/testdouble.js/tree/v3.3.0) (2017-12-26)
260[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.7...v3.3.0)
261
262**Merged pull requests:**
263
264- allow using matchers inside contains [\#317](https://github.com/testdouble/testdouble.js/pull/317) ([lgandecki](https://github.com/lgandecki))
265
266## [v3.2.7](https://github.com/testdouble/testdouble.js/tree/v3.2.7) (2017-12-20)
267[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.6...v3.2.7)
268
269**Fixed bugs:**
270
271- Disallow captors in `td.when\(...\)` [\#308](https://github.com/testdouble/testdouble.js/issues/308)
272
273**Closed issues:**
274
275- Unexpected output with td.matchers.isA\(Function\) [\#307](https://github.com/testdouble/testdouble.js/issues/307)
276- Different objects created using the same constructor function obtained using td.constructor share the same stubs [\#305](https://github.com/testdouble/testdouble.js/issues/305)
277- Using invocation verification with QUnit [\#304](https://github.com/testdouble/testdouble.js/issues/304)
278- example tests don't work on latest master [\#302](https://github.com/testdouble/testdouble.js/issues/302)
279- Error when running install inside testdouble.js [\#298](https://github.com/testdouble/testdouble.js/issues/298)
280- Can I use test double with enzyme on client end to test if method runs on button click ? [\#297](https://github.com/testdouble/testdouble.js/issues/297)
281- Node module mocking with td.replace\(\) [\#294](https://github.com/testdouble/testdouble.js/issues/294)
282- replacing a nested dependency does not get reset correctly [\#293](https://github.com/testdouble/testdouble.js/issues/293)
283- How to verify the value of "this" keyword on a call? [\#292](https://github.com/testdouble/testdouble.js/issues/292)
284- How to mock typescript fields [\#291](https://github.com/testdouble/testdouble.js/issues/291)
285
286**Merged pull requests:**
287
288- Ensure captors only fire when invocation satisfies when/verify [\#311](https://github.com/testdouble/testdouble.js/pull/311) ([searls](https://github.com/searls))
289- Remove extra word [\#306](https://github.com/testdouble/testdouble.js/pull/306) ([carlbennettnz](https://github.com/carlbennettnz))
290- Fix example tests [\#303](https://github.com/testdouble/testdouble.js/pull/303) ([jasonkarns](https://github.com/jasonkarns))
291- grammar tweak [\#289](https://github.com/testdouble/testdouble.js/pull/289) ([jasonkarns](https://github.com/jasonkarns))
292
293## [v3.2.6](https://github.com/testdouble/testdouble.js/tree/v3.2.6) (2017-09-18)
294[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.5...v3.2.6)
295
296**Merged pull requests:**
297
298- Fix outline of FAQ in README [\#287](https://github.com/testdouble/testdouble.js/pull/287) ([rosston](https://github.com/rosston))
299- Improve TS Support [\#239](https://github.com/testdouble/testdouble.js/pull/239) ([sgtoj](https://github.com/sgtoj))
300
301## [v3.2.5](https://github.com/testdouble/testdouble.js/tree/v3.2.5) (2017-09-07)
302[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.4...v3.2.5)
303
304**Closed issues:**
305
306- Missing support for async functions? \(Node 8\) [\#284](https://github.com/testdouble/testdouble.js/issues/284)
307- redacted [\#283](https://github.com/testdouble/testdouble.js/issues/283)
308- Stubbing priority [\#280](https://github.com/testdouble/testdouble.js/issues/280)
309
310**Merged pull requests:**
311
312- Upgrade lodash \(and support async functions\) [\#285](https://github.com/testdouble/testdouble.js/pull/285) ([rosston](https://github.com/rosston))
313- Add previous/next links to documentation files [\#282](https://github.com/testdouble/testdouble.js/pull/282) ([randycoulman](https://github.com/randycoulman))
314
315## [v3.2.4](https://github.com/testdouble/testdouble.js/tree/v3.2.4) (2017-08-06)
316[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.3...v3.2.4)
317
318**Closed issues:**
319
320- td.constructor\(\) ReferenceError: td is not defined [\#279](https://github.com/testdouble/testdouble.js/issues/279)
321
322## [v3.2.3](https://github.com/testdouble/testdouble.js/tree/v3.2.3) (2017-08-01)
323[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.2...v3.2.3)
324
325**Fixed bugs:**
326
327- Verifying a td.constructor\(\) fails [\#278](https://github.com/testdouble/testdouble.js/issues/278)
328
329**Closed issues:**
330
331- Invocation sequence testing [\#277](https://github.com/testdouble/testdouble.js/issues/277)
332- Cannot assign to read only property 'constructor' after updating to v3.2.x [\#271](https://github.com/testdouble/testdouble.js/issues/271)
333
334## [v3.2.2](https://github.com/testdouble/testdouble.js/tree/v3.2.2) (2017-06-30)
335[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.1...v3.2.2)
336
337**Implemented enhancements:**
338
339- Generator support [\#273](https://github.com/testdouble/testdouble.js/issues/273)
340
341**Merged pull requests:**
342
343- Don't blow up when imitating a thing with generators on it [\#274](https://github.com/testdouble/testdouble.js/pull/274) ([searls](https://github.com/searls))
344
345## [v3.2.1](https://github.com/testdouble/testdouble.js/tree/v3.2.1) (2017-06-26)
346[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.0...v3.2.1)
347
348**Closed issues:**
349
350- Tests failing with 'TypeError: Cannot read property 'isPrototypeOf' of null' after updating 3.2.0 [\#270](https://github.com/testdouble/testdouble.js/issues/270)
351
352## [v3.2.0](https://github.com/testdouble/testdouble.js/tree/v3.2.0) (2017-06-24)
353[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.1.1...v3.2.0)
354
355**Implemented enhancements:**
356
357- Single-layer property replacement is inappropriate for ES modules [\#262](https://github.com/testdouble/testdouble.js/issues/262)
358
359**Closed issues:**
360
361- td.constructor\(\) breaks instanceof [\#267](https://github.com/testdouble/testdouble.js/issues/267)
362
363**Merged pull requests:**
364
365- imitate / replace things deeply \(instead of shallow\) [\#268](https://github.com/testdouble/testdouble.js/pull/268) ([searls](https://github.com/searls))
366
367## [v3.1.1](https://github.com/testdouble/testdouble.js/tree/v3.1.1) (2017-06-20)
368[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.1.0...v3.1.1)
369
370## [v3.1.0](https://github.com/testdouble/testdouble.js/tree/v3.1.0) (2017-06-18)
371[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.0.0...v3.1.0)
372
373**Fixed bugs:**
374
375- td.replace throws with objects created with Object.create [\#257](https://github.com/testdouble/testdouble.js/issues/257)
376- getters are executed when using td.constructor\(\) [\#218](https://github.com/testdouble/testdouble.js/issues/218)
377
378**Closed issues:**
379
380- Verify that constructor is passed certain values [\#256](https://github.com/testdouble/testdouble.js/issues/256)
381- Is there any sample code that mock aws sdk? [\#251](https://github.com/testdouble/testdouble.js/issues/251)
382- Cannot use `td.object` with "callable objects" [\#232](https://github.com/testdouble/testdouble.js/issues/232)
383
384**Merged pull requests:**
385
386- Allow stubbing of custom instances & Object.create\(\) [\#264](https://github.com/testdouble/testdouble.js/pull/264) ([searls](https://github.com/searls))
387- Enable tsc in ci pipeline take 2 [\#260](https://github.com/testdouble/testdouble.js/pull/260) ([duluca](https://github.com/duluca))
388- TypeScript typing thenResolve takes variable args [\#258](https://github.com/testdouble/testdouble.js/pull/258) ([miyu](https://github.com/miyu))
389- Test testdouble.js with testdouble.js! [\#255](https://github.com/testdouble/testdouble.js/pull/255) ([searls](https://github.com/searls))
390
391## [v3.0.0](https://github.com/testdouble/testdouble.js/tree/v3.0.0) (2017-06-02)
392[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.1.2...v3.0.0)
393
394**Fixed bugs:**
395
396- Figure out babel+instanceof+constructor problems with class extension [\#241](https://github.com/testdouble/testdouble.js/issues/241)
397- Mocking a Class [\#157](https://github.com/testdouble/testdouble.js/issues/157)
398
399**Closed issues:**
400
401- `td.verify` reporting after resolving promises [\#250](https://github.com/testdouble/testdouble.js/issues/250)
402- Replacing dependency with td.replace\(path, replacement\) doesn't work [\#249](https://github.com/testdouble/testdouble.js/issues/249)
403- Verify constructor [\#248](https://github.com/testdouble/testdouble.js/issues/248)
404- td.replace \(\) breaks the cache in require [\#244](https://github.com/testdouble/testdouble.js/issues/244)
405- Faking internal calls [\#243](https://github.com/testdouble/testdouble.js/issues/243)
406- ECMAScript 2015 Classes with td.constructor\(\) [\#240](https://github.com/testdouble/testdouble.js/issues/240)
407- TypeScript: Better Generic Support for td.object\(\) [\#236](https://github.com/testdouble/testdouble.js/issues/236)
408- How to Replace Imported Constructor in Another File [\#235](https://github.com/testdouble/testdouble.js/issues/235)
409- Mocha Spec Reporter [\#234](https://github.com/testdouble/testdouble.js/issues/234)
410- TypeError: 'x' is not a function [\#233](https://github.com/testdouble/testdouble.js/issues/233)
411- Inifinite recursion problem [\#231](https://github.com/testdouble/testdouble.js/issues/231)
412- Invoke callback within object [\#230](https://github.com/testdouble/testdouble.js/issues/230)
413- Testing Constructor invocations [\#229](https://github.com/testdouble/testdouble.js/issues/229)
414- Stubbing chained API objects yields a warning [\#228](https://github.com/testdouble/testdouble.js/issues/228)
415
416**Merged pull requests:**
417
418- Stop extending types when replacing constructors [\#254](https://github.com/testdouble/testdouble.js/pull/254) ([searls](https://github.com/searls))
419- Fix \#236; Add another overload and its test [\#237](https://github.com/testdouble/testdouble.js/pull/237) ([sgtoj](https://github.com/sgtoj))
420
421## [v2.1.2](https://github.com/testdouble/testdouble.js/tree/v2.1.2) (2017-03-29)
422[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.1.1...v2.1.2)
423
424**Closed issues:**
425
426- TypeError when used with node -r flag [\#226](https://github.com/testdouble/testdouble.js/issues/226)
427- When replacing a node library calling it from other modules does not work as expected [\#225](https://github.com/testdouble/testdouble.js/issues/225)
428
429## [v2.1.1](https://github.com/testdouble/testdouble.js/tree/v2.1.1) (2017-03-28)
430[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.1.0...v2.1.1)
431
432**Closed issues:**
433
434- Add td.config\(\) to index.d.ts [\#222](https://github.com/testdouble/testdouble.js/issues/222)
435- Mocking external dependencies in Express app [\#221](https://github.com/testdouble/testdouble.js/issues/221)
436
437**Merged pull requests:**
438
439- Add typings for config function [\#223](https://github.com/testdouble/testdouble.js/pull/223) ([lumaxis](https://github.com/lumaxis))
440
441## [v2.1.0](https://github.com/testdouble/testdouble.js/tree/v2.1.0) (2017-03-25)
442[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.5...v2.1.0)
443
444**Closed issues:**
445
446- Using td.replace\(\) with external modules [\#51](https://github.com/testdouble/testdouble.js/issues/51)
447
448**Merged pull requests:**
449
450- Add support for third party modules [\#220](https://github.com/testdouble/testdouble.js/pull/220) ([searls](https://github.com/searls))
451
452## [v2.0.5](https://github.com/testdouble/testdouble.js/tree/v2.0.5) (2017-03-25)
453[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.4...v2.0.5)
454
455## [v2.0.4](https://github.com/testdouble/testdouble.js/tree/v2.0.4) (2017-03-23)
456[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.3...v2.0.4)
457
458**Closed issues:**
459
460- `constructor\(someConstructorFunction\)` not referenced in associated example [\#213](https://github.com/testdouble/testdouble.js/issues/213)
461
462**Merged pull requests:**
463
464- Improve main build [\#212](https://github.com/testdouble/testdouble.js/pull/212) ([searls](https://github.com/searls))
465
466## [v2.0.3](https://github.com/testdouble/testdouble.js/tree/v2.0.3) (2017-03-18)
467[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.2...v2.0.3)
468
469**Merged pull requests:**
470
471- Rework test build [\#211](https://github.com/testdouble/testdouble.js/pull/211) ([searls](https://github.com/searls))
472
473## [v2.0.2](https://github.com/testdouble/testdouble.js/tree/v2.0.2) (2017-03-17)
474[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.1...v2.0.2)
475
476**Closed issues:**
477
478- Mocking a constructor function with no prototypes does not correctly mock static methods [\#208](https://github.com/testdouble/testdouble.js/issues/208)
479- Test td.function\(\) after other td fuction\(\) [\#202](https://github.com/testdouble/testdouble.js/issues/202)
480- How do I stub a function that being promisify'd by bluebird? [\#200](https://github.com/testdouble/testdouble.js/issues/200)
481
482**Merged pull requests:**
483
484- Preserve function context when calling thenDo [\#209](https://github.com/testdouble/testdouble.js/pull/209) ([connor4312](https://github.com/connor4312))
485- Decaffeinate [\#206](https://github.com/testdouble/testdouble.js/pull/206) ([searls](https://github.com/searls))
486
487## [v2.0.1](https://github.com/testdouble/testdouble.js/tree/v2.0.1) (2017-03-13)
488[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v2.0.0...v2.0.1)
489
490## [v2.0.0](https://github.com/testdouble/testdouble.js/tree/v2.0.0) (2017-03-13)
491[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.11.2...v2.0.0)
492
493**Closed issues:**
494
495- How can I write a test for such situation? [\#199](https://github.com/testdouble/testdouble.js/issues/199)
496- contains not working against IIFE objects [\#192](https://github.com/testdouble/testdouble.js/issues/192)
497- td.verify not returning true when true [\#191](https://github.com/testdouble/testdouble.js/issues/191)
498- Typing definition for td.object doesn't support constructors with arguments [\#184](https://github.com/testdouble/testdouble.js/issues/184)
499- Replacing methods on `window.location` [\#183](https://github.com/testdouble/testdouble.js/issues/183)
500- stub also verified warning when using ignoreExtraArgs [\#181](https://github.com/testdouble/testdouble.js/issues/181)
501- \[BREAKING\] Return constructor for `td.replace\(\)` [\#166](https://github.com/testdouble/testdouble.js/issues/166)
502- Allow matchers inside objects [\#160](https://github.com/testdouble/testdouble.js/issues/160)
503- Support invoking callbacks with arbitrary timing [\#106](https://github.com/testdouble/testdouble.js/issues/106)
504
505**Merged pull requests:**
506
507- Async callbacks [\#205](https://github.com/testdouble/testdouble.js/pull/205) ([searls](https://github.com/searls))
508- Create test double functions and copy/fake their properties [\#204](https://github.com/testdouble/testdouble.js/pull/204) ([searls](https://github.com/searls))
509- Support deep matchers [\#203](https://github.com/testdouble/testdouble.js/pull/203) ([searls](https://github.com/searls))
510- introduce td.constructor\(\) as top-level API sibling to td.object\(\) & td.function\(\) [\#201](https://github.com/testdouble/testdouble.js/pull/201) ([searls](https://github.com/searls))
511- Allow Babel compilation [\#197](https://github.com/testdouble/testdouble.js/pull/197) ([searls](https://github.com/searls))
512- Improves warning when verifying a stub [\#196](https://github.com/testdouble/testdouble.js/pull/196) ([samjonester](https://github.com/samjonester))
513- Yarn [\#195](https://github.com/testdouble/testdouble.js/pull/195) ([searls](https://github.com/searls))
514- Creates Better Verification Message [\#194](https://github.com/testdouble/testdouble.js/pull/194) ([samjonester](https://github.com/samjonester))
515- Replace constructors with constructors [\#193](https://github.com/testdouble/testdouble.js/pull/193) ([searls](https://github.com/searls))
516
517## [v1.11.2](https://github.com/testdouble/testdouble.js/tree/v1.11.2) (2017-02-28)
518[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.11.1...v1.11.2)
519
520**Closed issues:**
521
522- Stubbing promises with thenResolve does not actually provide for anything in the callback [\#189](https://github.com/testdouble/testdouble.js/issues/189)
523- sinon.sandbox analog? [\#188](https://github.com/testdouble/testdouble.js/issues/188)
524- Shortcut for new stub returning args [\#187](https://github.com/testdouble/testdouble.js/issues/187)
525- Can't find variable: Proxy [\#186](https://github.com/testdouble/testdouble.js/issues/186)
526
527**Merged pull requests:**
528
529- Improve the error message when using Proxy incorrectly. [\#190](https://github.com/testdouble/testdouble.js/pull/190) ([Schoonology](https://github.com/Schoonology))
530
531## [v1.11.1](https://github.com/testdouble/testdouble.js/tree/v1.11.1) (2017-01-27)
532[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.11.0...v1.11.1)
533
534**Closed issues:**
535
536- Is it possible to `thenReturn` the receiver? [\#182](https://github.com/testdouble/testdouble.js/issues/182)
537- Multiple stubbings with argThat causes unexpected behavior [\#180](https://github.com/testdouble/testdouble.js/issues/180)
538
539**Merged pull requests:**
540
541- Update type definition [\#185](https://github.com/testdouble/testdouble.js/pull/185) ([caseyhoward](https://github.com/caseyhoward))
542
543## [v1.11.0](https://github.com/testdouble/testdouble.js/tree/v1.11.0) (2017-01-17)
544[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.10.2...v1.11.0)
545
546**Closed issues:**
547
548- Having something like "verifyNoFurtherInvocations\(mock\)" would be nice \(feature request\) [\#176](https://github.com/testdouble/testdouble.js/issues/176)
549
550**Merged pull requests:**
551
552- feat: contains allows for regexps against strings [\#178](https://github.com/testdouble/testdouble.js/pull/178) ([JaKXz](https://github.com/JaKXz))
553
554## [v1.10.2](https://github.com/testdouble/testdouble.js/tree/v1.10.2) (2016-12-31)
555[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.10.1...v1.10.2)
556
557**Closed issues:**
558
559- Possible pollution issue \(2 tests work individually, but fails when run together\) [\#171](https://github.com/testdouble/testdouble.js/issues/171)
560- td.verify and td.when redundency warning [\#170](https://github.com/testdouble/testdouble.js/issues/170)
561- Does not work with jest [\#128](https://github.com/testdouble/testdouble.js/issues/128)
562
563**Merged pull requests:**
564
565- Captor typings [\#174](https://github.com/testdouble/testdouble.js/pull/174) ([danielmoore](https://github.com/danielmoore))
566- Align TS replace\(\) signuatrue return with implementaiton [\#173](https://github.com/testdouble/testdouble.js/pull/173) ([danielmoore](https://github.com/danielmoore))
567
568## [v1.10.1](https://github.com/testdouble/testdouble.js/tree/v1.10.1) (2016-12-20)
569[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.10.0...v1.10.1)
570
571**Implemented enhancements:**
572
573- Make the `constructor` property of td.replaced\(\) instantiable types useful [\#121](https://github.com/testdouble/testdouble.js/issues/121)
574- Improve output for `times` verification failures [\#85](https://github.com/testdouble/testdouble.js/issues/85)
575- Allow argument matchers to enhance failure messages [\#59](https://github.com/testdouble/testdouble.js/issues/59)
576- td.constructor\(\) feature for creating fake constructors [\#54](https://github.com/testdouble/testdouble.js/issues/54)
577
578**Closed issues:**
579
580- typings for typescript [\#167](https://github.com/testdouble/testdouble.js/issues/167)
581- A little typo in Getting Started documentation [\#165](https://github.com/testdouble/testdouble.js/issues/165)
582- Unable to stub static method on ES6 classes [\#164](https://github.com/testdouble/testdouble.js/issues/164)
583- transcribe unusual spending kata from ES5 to ES6/babel [\#163](https://github.com/testdouble/testdouble.js/issues/163)
584- Classes with overridden methods not doubling properly since 1.10.0 [\#159](https://github.com/testdouble/testdouble.js/issues/159)
585- `td.replace\(\)` doesn't work with `import`? [\#147](https://github.com/testdouble/testdouble.js/issues/147)
586- Support multiple capture invocations [\#139](https://github.com/testdouble/testdouble.js/issues/139)
587- Constructor replacements will fail instanceof checks [\#107](https://github.com/testdouble/testdouble.js/issues/107)
588
589**Merged pull requests:**
590
591- Typings for typescript [\#169](https://github.com/testdouble/testdouble.js/pull/169) ([mkusher](https://github.com/mkusher))
592
593## [v1.10.0](https://github.com/testdouble/testdouble.js/tree/v1.10.0) (2016-12-11)
594[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.9.1...v1.10.0)
595
596**Implemented enhancements:**
597
598- td.replace doesn't properly detect ES6 classes [\#119](https://github.com/testdouble/testdouble.js/issues/119)
599
600**Closed issues:**
601
602- Matcher for a specific position [\#156](https://github.com/testdouble/testdouble.js/issues/156)
603
604**Merged pull requests:**
605
606- Sort out replacement of especially 6+ Classes [\#158](https://github.com/testdouble/testdouble.js/pull/158) ([searls](https://github.com/searls))
607
608## [v1.9.1](https://github.com/testdouble/testdouble.js/tree/v1.9.1) (2016-12-03)
609[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.9.0...v1.9.1)
610
611**Implemented enhancements:**
612
613- td.replace for functions that have additional function properties [\#99](https://github.com/testdouble/testdouble.js/issues/99)
614
615**Closed issues:**
616
617- Is testdouble.js not compatible with PhantomJS? [\#154](https://github.com/testdouble/testdouble.js/issues/154)
618- Model instance creation assistance [\#149](https://github.com/testdouble/testdouble.js/issues/149)
619- Excessive warn "was both stubbed and verified" [\#148](https://github.com/testdouble/testdouble.js/issues/148)
620
621**Merged pull requests:**
622
623- Add failing test for resetting replaced modules. [\#215](https://github.com/testdouble/testdouble.js/pull/215) ([Schoonology](https://github.com/Schoonology))
624- typo [\#152](https://github.com/testdouble/testdouble.js/pull/152) ([ghedamat](https://github.com/ghedamat))
625
626## [v1.9.0](https://github.com/testdouble/testdouble.js/tree/v1.9.0) (2016-10-25)
627[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.8.0...v1.9.0)
628
629**Implemented enhancements:**
630
631- Note when `ignoreExtraArgs` is used for a failed verification [\#60](https://github.com/testdouble/testdouble.js/issues/60)
632
633**Closed issues:**
634
635- td.replace multiple property names at once [\#146](https://github.com/testdouble/testdouble.js/issues/146)
636- Consider ignoreExtraArgs method instead of parameter [\#143](https://github.com/testdouble/testdouble.js/issues/143)
637
638**Merged pull requests:**
639
640- Gives better hint when verification fails while ignoring extra args [\#150](https://github.com/testdouble/testdouble.js/pull/150) ([samjonester](https://github.com/samjonester))
641
642## [v1.8.0](https://github.com/testdouble/testdouble.js/tree/v1.8.0) (2016-10-12)
643[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.7.0...v1.8.0)
644
645**Closed issues:**
646
647- Feature request: Partial object matchers [\#141](https://github.com/testdouble/testdouble.js/issues/141)
648- Drop CoffeeScript [\#140](https://github.com/testdouble/testdouble.js/issues/140)
649- Question with verifications [\#138](https://github.com/testdouble/testdouble.js/issues/138)
650- td.reset\(\) it´s working has expected? [\#133](https://github.com/testdouble/testdouble.js/issues/133)
651
652**Merged pull requests:**
653
654- Docs for multiple captor values. [\#145](https://github.com/testdouble/testdouble.js/pull/145) ([marchaos](https://github.com/marchaos))
655- Allow for multiple captor invocations [\#144](https://github.com/testdouble/testdouble.js/pull/144) ([marchaos](https://github.com/marchaos))
656- Remove warning of implementations of ES2015 proxy [\#136](https://github.com/testdouble/testdouble.js/pull/136) ([mgryszko](https://github.com/mgryszko))
657- Fix shorthand notation for stubbing [\#135](https://github.com/testdouble/testdouble.js/pull/135) ([mgryszko](https://github.com/mgryszko))
658
659## [v1.7.0](https://github.com/testdouble/testdouble.js/tree/v1.7.0) (2016-09-18)
660[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.6.2...v1.7.0)
661
662**Merged pull requests:**
663
664- Upgrade to lodash 4.15.0 [\#132](https://github.com/testdouble/testdouble.js/pull/132) ([searls](https://github.com/searls))
665
666## [v1.6.2](https://github.com/testdouble/testdouble.js/tree/v1.6.2) (2016-09-18)
667[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.6.1...v1.6.2)
668
669**Closed issues:**
670
671- Add support for concurrent test runners \(ava\)? [\#131](https://github.com/testdouble/testdouble.js/issues/131)
672- Async use of verify results in timeout [\#129](https://github.com/testdouble/testdouble.js/issues/129)
673
674**Merged pull requests:**
675
676- Should methods on super types be stubbed in td.object? [\#130](https://github.com/testdouble/testdouble.js/pull/130) ([paultyng](https://github.com/paultyng))
677
678## [v1.6.1](https://github.com/testdouble/testdouble.js/tree/v1.6.1) (2016-08-31)
679[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.6.0...v1.6.1)
680
681**Closed issues:**
682
683- td.explain should indicate thenCallback / thenResolve / thenReject from thenReturn [\#126](https://github.com/testdouble/testdouble.js/issues/126)
684- td.when and td.verify warning [\#125](https://github.com/testdouble/testdouble.js/issues/125)
685- td.callback, when given a td.object, raises a TypeError [\#124](https://github.com/testdouble/testdouble.js/issues/124)
686- not matcher and calling function multiple times [\#122](https://github.com/testdouble/testdouble.js/issues/122)
687- Verify of a specific call when multiple calls happen [\#120](https://github.com/testdouble/testdouble.js/issues/120)
688
689**Merged pull requests:**
690
691- explain plan better in stubbing description [\#127](https://github.com/testdouble/testdouble.js/pull/127) ([Moeriki](https://github.com/Moeriki))
692- Fix typo in plugin name [\#123](https://github.com/testdouble/testdouble.js/pull/123) ([hanneskaeufler](https://github.com/hanneskaeufler))
693
694## [v1.6.0](https://github.com/testdouble/testdouble.js/tree/v1.6.0) (2016-07-14)
695[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.5.0...v1.6.0)
696
697**Closed issues:**
698
699- Nested stubbing doesn't work [\#117](https://github.com/testdouble/testdouble.js/issues/117)
700
701**Merged pull requests:**
702
703- Allow nested stubbing configuration [\#118](https://github.com/testdouble/testdouble.js/pull/118) ([searls](https://github.com/searls))
704
705## [v1.5.0](https://github.com/testdouble/testdouble.js/tree/v1.5.0) (2016-07-13)
706[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.4.3...v1.5.0)
707
708**Closed issues:**
709
710- support promises resolve/reject [\#46](https://github.com/testdouble/testdouble.js/issues/46)
711
712**Merged pull requests:**
713
714- Use stringify-object now that my change is merged [\#116](https://github.com/testdouble/testdouble.js/pull/116) ([searls](https://github.com/searls))
715- Promise stubbing sugar [\#115](https://github.com/testdouble/testdouble.js/pull/115) ([searls](https://github.com/searls))
716
717## [v1.4.3](https://github.com/testdouble/testdouble.js/tree/v1.4.3) (2016-06-22)
718[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.4.2...v1.4.3)
719
720**Closed issues:**
721
722- Build with Travis on Node 6.x [\#114](https://github.com/testdouble/testdouble.js/issues/114)
723- Wrong test double name for proxies [\#112](https://github.com/testdouble/testdouble.js/issues/112)
724- Improve error output message [\#111](https://github.com/testdouble/testdouble.js/issues/111)
725- Flexible parameters [\#110](https://github.com/testdouble/testdouble.js/issues/110)
726- How can I install and use this in an ember/ember-cli project? [\#105](https://github.com/testdouble/testdouble.js/issues/105)
727- td.replace breaks subsequent require calls [\#103](https://github.com/testdouble/testdouble.js/issues/103)
728
729**Merged pull requests:**
730
731- Generate test double name for a Proxy test double [\#113](https://github.com/testdouble/testdouble.js/pull/113) ([mgryszko](https://github.com/mgryszko))
732
733## [v1.4.2](https://github.com/testdouble/testdouble.js/tree/v1.4.2) (2016-04-29)
734[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.4.1...v1.4.2)
735
736**Closed issues:**
737
738- matchers.contains\(number\) support [\#102](https://github.com/testdouble/testdouble.js/issues/102)
739
740**Merged pull requests:**
741
742- Fix contains\(\) behavior for arrays [\#104](https://github.com/testdouble/testdouble.js/pull/104) ([searls](https://github.com/searls))
743- Add testdouble-timers as plugin to docs [\#101](https://github.com/testdouble/testdouble.js/pull/101) ([kuy](https://github.com/kuy))
744
745## [v1.4.1](https://github.com/testdouble/testdouble.js/tree/v1.4.1) (2016-04-05)
746[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.4.0...v1.4.1)
747
748**Closed issues:**
749
750- Changelog [\#97](https://github.com/testdouble/testdouble.js/issues/97)
751
752**Merged pull requests:**
753
754- Generate a changelog whenever we pubish [\#98](https://github.com/testdouble/testdouble.js/pull/98) ([searls](https://github.com/searls))
755
756## [v1.4.0](https://github.com/testdouble/testdouble.js/tree/v1.4.0) (2016-04-03)
757[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.3.1...v1.4.0)
758
759**Closed issues:**
760
761- Reserved word [\#82](https://github.com/testdouble/testdouble.js/issues/82)
762- Warn when users verify an invocation they also stubbed [\#76](https://github.com/testdouble/testdouble.js/issues/76)
763- Feature request: captors without verify [\#65](https://github.com/testdouble/testdouble.js/issues/65)
764
765**Merged pull requests:**
766
767- Warn verifications of exact stubbings [\#96](https://github.com/testdouble/testdouble.js/pull/96) ([searls](https://github.com/searls))
768- Fixes \#82 [\#95](https://github.com/testdouble/testdouble.js/pull/95) ([searls](https://github.com/searls))
769
770## [v1.3.1](https://github.com/testdouble/testdouble.js/tree/v1.3.1) (2016-04-03)
771[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.3.0...v1.3.1)
772
773**Closed issues:**
774
775- Throws in node 0.10 [\#94](https://github.com/testdouble/testdouble.js/issues/94)
776- td.replace\(\) property replacement warning & failure states [\#92](https://github.com/testdouble/testdouble.js/issues/92)
777- give users a way to squelch individual warnings [\#90](https://github.com/testdouble/testdouble.js/issues/90)
778
779## [v1.3.0](https://github.com/testdouble/testdouble.js/tree/v1.3.0) (2016-04-03)
780[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.2.0...v1.3.0)
781
782**Closed issues:**
783
784- What's the best way to use testdouble.js with tape? [\#93](https://github.com/testdouble/testdouble.js/issues/93)
785- help [\#91](https://github.com/testdouble/testdouble.js/issues/91)
786- td.replace\(\) fails for method on prototype [\#86](https://github.com/testdouble/testdouble.js/issues/86)
787
788**Merged pull requests:**
789
790- README: Replace GIFs with code blocks [\#88](https://github.com/testdouble/testdouble.js/pull/88) ([Turbo87](https://github.com/Turbo87))
791- replace: Use object\[property\] to check if property exists [\#87](https://github.com/testdouble/testdouble.js/pull/87) ([Turbo87](https://github.com/Turbo87))
792
793## [v1.2.0](https://github.com/testdouble/testdouble.js/tree/v1.2.0) (2016-03-20)
794[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.1.3...v1.2.0)
795
796**Closed issues:**
797
798- Print version in browserify build [\#23](https://github.com/testdouble/testdouble.js/issues/23)
799
800**Merged pull requests:**
801
802- Stringify objects better [\#84](https://github.com/testdouble/testdouble.js/pull/84) ([searls](https://github.com/searls))
803- doc: thenDo and thenThrow are no longer unimplemented. [\#83](https://github.com/testdouble/testdouble.js/pull/83) ([verdammelt](https://github.com/verdammelt))
804- Refactor time [\#81](https://github.com/testdouble/testdouble.js/pull/81) ([searls](https://github.com/searls))
805
806## [v1.1.3](https://github.com/testdouble/testdouble.js/tree/v1.1.3) (2016-03-16)
807[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.1.1...v1.1.3)
808
809**Closed issues:**
810
811- Quibble in the browser [\#77](https://github.com/testdouble/testdouble.js/issues/77)
812
813**Merged pull requests:**
814
815- Improve support for webpack users [\#80](https://github.com/testdouble/testdouble.js/pull/80) ([searls](https://github.com/searls))
816
817## [v1.1.1](https://github.com/testdouble/testdouble.js/tree/v1.1.1) (2016-03-15)
818[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.1.0...v1.1.1)
819
820**Merged pull requests:**
821
822- Add webpack specific metadata to package.json [\#79](https://github.com/testdouble/testdouble.js/pull/79) ([davemo](https://github.com/davemo))
823
824## [v1.1.0](https://github.com/testdouble/testdouble.js/tree/v1.1.0) (2016-03-11)
825[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v1.0.0...v1.1.0)
826
827**Closed issues:**
828
829- Add a property-namespacing-like replace strategy for browsers. [\#55](https://github.com/testdouble/testdouble.js/issues/55)
830
831**Merged pull requests:**
832
833- td.replace support for object properties \(incl. browsers\) [\#75](https://github.com/testdouble/testdouble.js/pull/75) ([searls](https://github.com/searls))
834- td.explain tells you if you passed it a test double [\#74](https://github.com/testdouble/testdouble.js/pull/74) ([searls](https://github.com/searls))
835
836## [v1.0.0](https://github.com/testdouble/testdouble.js/tree/v1.0.0) (2016-03-10)
837[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.10.0...v1.0.0)
838
839**Closed issues:**
840
841- Document `thenDo` and `thenThrow` [\#64](https://github.com/testdouble/testdouble.js/issues/64)
842
843**Merged pull requests:**
844
845- Remove deprecated window.testdouble for 1.0.0 [\#73](https://github.com/testdouble/testdouble.js/pull/73) ([searls](https://github.com/searls))
846- add some docs [\#72](https://github.com/testdouble/testdouble.js/pull/72) ([searls](https://github.com/searls))
847
848## [v0.10.0](https://github.com/testdouble/testdouble.js/tree/v0.10.0) (2016-03-09)
849[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.9.0...v0.10.0)
850
851**Merged pull requests:**
852
853- Change window.testdouble to window.td [\#71](https://github.com/testdouble/testdouble.js/pull/71) ([searls](https://github.com/searls))
854
855## [v0.9.0](https://github.com/testdouble/testdouble.js/tree/v0.9.0) (2016-03-09)
856[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.8.0...v0.9.0)
857
858**Implemented enhancements:**
859
860- Stubbing callbacks [\#66](https://github.com/testdouble/testdouble.js/issues/66)
861
862**Closed issues:**
863
864- Getting testdouble.js to play nicely with Jasmine expectations? [\#41](https://github.com/testdouble/testdouble.js/issues/41)
865
866**Merged pull requests:**
867
868- Implement callback stubbing APIs [\#70](https://github.com/testdouble/testdouble.js/pull/70) ([searls](https://github.com/searls))
869- fix typo [\#69](https://github.com/testdouble/testdouble.js/pull/69) ([jzinn](https://github.com/jzinn))
870- Reference the completed testdouble-jasmine module [\#67](https://github.com/testdouble/testdouble.js/pull/67) ([BrianGenisio](https://github.com/BrianGenisio))
871
872## [v0.8.0](https://github.com/testdouble/testdouble.js/tree/v0.8.0) (2016-02-06)
873[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.7.3...v0.8.0)
874
875**Closed issues:**
876
877- Add `thenDo` [\#8](https://github.com/testdouble/testdouble.js/issues/8)
878- Add `thenThrow` [\#7](https://github.com/testdouble/testdouble.js/issues/7)
879
880## [v0.7.3](https://github.com/testdouble/testdouble.js/tree/v0.7.3) (2015-12-07)
881[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.7.2...v0.7.3)
882
883**Implemented enhancements:**
884
885- td.matchers.contains does not work on sparse object trees [\#58](https://github.com/testdouble/testdouble.js/issues/58)
886
887**Fixed bugs:**
888
889- td.matchers.contains does not work on sparse object trees [\#58](https://github.com/testdouble/testdouble.js/issues/58)
890
891**Merged pull requests:**
892
893- Add headerify [\#62](https://github.com/testdouble/testdouble.js/pull/62) ([searls](https://github.com/searls))
894- Rename src and scripts [\#61](https://github.com/testdouble/testdouble.js/pull/61) ([searls](https://github.com/searls))
895- Better docs [\#49](https://github.com/testdouble/testdouble.js/pull/49) ([searls](https://github.com/searls))
896
897## [v0.7.2](https://github.com/testdouble/testdouble.js/tree/v0.7.2) (2015-11-25)
898[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.7.1...v0.7.2)
899
900**Fixed bugs:**
901
902- td.matchers.contains blows up on sparse matches [\#56](https://github.com/testdouble/testdouble.js/issues/56)
903
904**Merged pull requests:**
905
906- fixes \#56 [\#57](https://github.com/testdouble/testdouble.js/pull/57) ([searls](https://github.com/searls))
907- Swap .replace with browser-specific function [\#52](https://github.com/testdouble/testdouble.js/pull/52) ([jasonkarns](https://github.com/jasonkarns))
908- Use svg build badge [\#50](https://github.com/testdouble/testdouble.js/pull/50) ([hanneskaeufler](https://github.com/hanneskaeufler))
909
910## [v0.7.1](https://github.com/testdouble/testdouble.js/tree/v0.7.1) (2015-11-12)
911[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.7.0...v0.7.1)
912
913## [v0.7.0](https://github.com/testdouble/testdouble.js/tree/v0.7.0) (2015-11-12)
914[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.6.0...v0.7.0)
915
916**Closed issues:**
917
918- Is there a way to reset the state of a double? [\#43](https://github.com/testdouble/testdouble.js/issues/43)
919
920**Merged pull requests:**
921
922- Update README.md [\#45](https://github.com/testdouble/testdouble.js/pull/45) ([andrewvida](https://github.com/andrewvida))
923- Adding reset\(\) to the Readme.md [\#44](https://github.com/testdouble/testdouble.js/pull/44) ([BrianGenisio](https://github.com/BrianGenisio))
924
925## [v0.6.0](https://github.com/testdouble/testdouble.js/tree/v0.6.0) (2015-10-27)
926[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.5.0...v0.6.0)
927
928**Closed issues:**
929
930- add ES2015 Proxy support [\#39](https://github.com/testdouble/testdouble.js/issues/39)
931
932**Merged pull requests:**
933
934- Implement ES2015 proxy doubles [\#42](https://github.com/testdouble/testdouble.js/pull/42) ([searls](https://github.com/searls))
935
936## [v0.5.0](https://github.com/testdouble/testdouble.js/tree/v0.5.0) (2015-10-25)
937[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.4.0...v0.5.0)
938
939**Closed issues:**
940
941- Add verify times\(\) [\#5](https://github.com/testdouble/testdouble.js/issues/5)
942
943**Merged pull requests:**
944
945- Add a `times` option [\#40](https://github.com/testdouble/testdouble.js/pull/40) ([searls](https://github.com/searls))
946
947## [v0.4.0](https://github.com/testdouble/testdouble.js/tree/v0.4.0) (2015-10-24)
948[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.3.1...v0.4.0)
949
950**Closed issues:**
951
952- Allow when & verify to disregard arity [\#36](https://github.com/testdouble/testdouble.js/issues/36)
953- implement argument captors [\#35](https://github.com/testdouble/testdouble.js/issues/35)
954
955**Merged pull requests:**
956
957- Add an option to ignore additional args [\#38](https://github.com/testdouble/testdouble.js/pull/38) ([searls](https://github.com/searls))
958- Arg captors [\#37](https://github.com/testdouble/testdouble.js/pull/37) ([searls](https://github.com/searls))
959
960## [v0.3.1](https://github.com/testdouble/testdouble.js/tree/v0.3.1) (2015-10-24)
961[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.3.0...v0.3.1)
962
963**Fixed bugs:**
964
965- contains\(\) matcher doesn't seem to work on arrays [\#31](https://github.com/testdouble/testdouble.js/issues/31)
966
967**Closed issues:**
968
969- verify does not throw exception when too many arguments are passed [\#33](https://github.com/testdouble/testdouble.js/issues/33)
970- Building CoffeeScript at runtime is slow. [\#29](https://github.com/testdouble/testdouble.js/issues/29)
971
972**Merged pull requests:**
973
974- Start checking arity on arg comparisons [\#34](https://github.com/testdouble/testdouble.js/pull/34) ([searls](https://github.com/searls))
975- Compile coffeescript [\#30](https://github.com/testdouble/testdouble.js/pull/30) ([jasonkarns](https://github.com/jasonkarns))
976
977## [v0.3.0](https://github.com/testdouble/testdouble.js/tree/v0.3.0) (2015-10-21)
978[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.2.0...v0.3.0)
979
980**Closed issues:**
981
982- When stringifying args, use a testdouble's name if it has one [\#21](https://github.com/testdouble/testdouble.js/issues/21)
983
984**Merged pull requests:**
985
986- Clean up window/global management [\#28](https://github.com/testdouble/testdouble.js/pull/28) ([jasonkarns](https://github.com/jasonkarns))
987- clean up package scripts \(primarily version\) [\#27](https://github.com/testdouble/testdouble.js/pull/27) ([jasonkarns](https://github.com/jasonkarns))
988- don't watch generated files [\#26](https://github.com/testdouble/testdouble.js/pull/26) ([jasonkarns](https://github.com/jasonkarns))
989- Export `version` property on base object [\#25](https://github.com/testdouble/testdouble.js/pull/25) ([jasonkarns](https://github.com/jasonkarns))
990- Fixes \#21 [\#24](https://github.com/testdouble/testdouble.js/pull/24) ([searls](https://github.com/searls))
991
992## [v0.2.0](https://github.com/testdouble/testdouble.js/tree/v0.2.0) (2015-09-13)
993[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.1.0...v0.2.0)
994
995**Closed issues:**
996
997- Add a build task that distributes a web version / bower.json / etc [\#10](https://github.com/testdouble/testdouble.js/issues/10)
998
999**Merged pull requests:**
1000
1001- Browserify testing [\#22](https://github.com/testdouble/testdouble.js/pull/22) ([searls](https://github.com/searls))
1002- add some more syntax highlighting to README [\#20](https://github.com/testdouble/testdouble.js/pull/20) ([hanneskaeufler](https://github.com/hanneskaeufler))
1003- Configure Testem [\#19](https://github.com/testdouble/testdouble.js/pull/19) ([jasonkarns](https://github.com/jasonkarns))
1004- Browserify [\#13](https://github.com/testdouble/testdouble.js/pull/13) ([jasonkarns](https://github.com/jasonkarns))
1005
1006## [v0.1.0](https://github.com/testdouble/testdouble.js/tree/v0.1.0) (2015-09-09)
1007[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v0.0.5...v0.1.0)
1008
1009**Closed issues:**
1010
1011- name a test double with `create\("name"\)` [\#15](https://github.com/testdouble/testdouble.js/issues/15)
1012- Implement default matchers [\#9](https://github.com/testdouble/testdouble.js/issues/9)
1013- Add sequential stubbing [\#6](https://github.com/testdouble/testdouble.js/issues/6)
1014- Implement Prototype for create\(\) [\#2](https://github.com/testdouble/testdouble.js/issues/2)
1015- Implement argument matchers [\#1](https://github.com/testdouble/testdouble.js/issues/1)
1016
1017**Merged pull requests:**
1018
1019- Test prototype-based create\(\) [\#18](https://github.com/testdouble/testdouble.js/pull/18) ([searls](https://github.com/searls))
1020- Allow naming test doubles for better output [\#17](https://github.com/testdouble/testdouble.js/pull/17) ([searls](https://github.com/searls))
1021- sequential stubbing [\#16](https://github.com/testdouble/testdouble.js/pull/16) ([searls](https://github.com/searls))
1022- add more matchers [\#14](https://github.com/testdouble/testdouble.js/pull/14) ([searls](https://github.com/searls))
1023
1024## [v0.0.5](https://github.com/testdouble/testdouble.js/tree/v0.0.5) (2015-09-08)
1025[Full Changelog](https://github.com/testdouble/testdouble.js/compare/0.0.4...v0.0.5)
1026
1027**Closed issues:**
1028
1029- Add `verify\(\)` [\#4](https://github.com/testdouble/testdouble.js/issues/4)
1030
1031## [0.0.4](https://github.com/testdouble/testdouble.js/tree/0.0.4) (2015-09-08)
1032[Full Changelog](https://github.com/testdouble/testdouble.js/compare/0.0.3...0.0.4)
1033
1034## [0.0.3](https://github.com/testdouble/testdouble.js/tree/0.0.3) (2015-09-08)
1035[Full Changelog](https://github.com/testdouble/testdouble.js/compare/0.0.2...0.0.3)
1036
1037**Closed issues:**
1038
1039- Add a `require\('testdouble'\).explain` function [\#12](https://github.com/testdouble/testdouble.js/issues/12)
1040- Ensure last stubbing wins [\#11](https://github.com/testdouble/testdouble.js/issues/11)
1041
1042## [0.0.2](https://github.com/testdouble/testdouble.js/tree/0.0.2) (2015-09-07)
1043
1044
1045\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file