Skip to content

Commit a4db78d

Browse files
committed
Changelog for 3.3.3
1 parent b89a6c7 commit a4db78d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [v3.3.3](https://github.com/testdouble/testdouble.js/tree/v3.3.3) (2018-01-18)
4+
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.2...v3.3.3)
5+
6+
**Fixed bugs:**
7+
8+
- Cannot convert a Symbol value to a string [\#300](https://github.com/testdouble/testdouble.js/issues/300)
9+
10+
**Closed issues:**
11+
12+
- Stubbing function from same module under test not replacing real implementation [\#325](https://github.com/testdouble/testdouble.js/issues/325)
13+
- td.replace does not follow node\_modules symlinks since v3.3.2 [\#324](https://github.com/testdouble/testdouble.js/issues/324)
14+
- td.explain does not work on new instance of td.replace\('lib'\) [\#323](https://github.com/testdouble/testdouble.js/issues/323)
15+
- td.object\(undefined\) allowes to call any method [\#321](https://github.com/testdouble/testdouble.js/issues/321)
16+
- td.replace\('mongoose'\) throws exception [\#316](https://github.com/testdouble/testdouble.js/issues/316)
17+
18+
**Merged pull requests:**
19+
20+
- Symbols must be stringified explicitly [\#301](https://github.com/testdouble/testdouble.js/pull/301) ([jasonkarns](https://github.com/jasonkarns))
21+
322
## [v3.3.2](https://github.com/testdouble/testdouble.js/tree/v3.3.2) (2018-01-16)
423
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.1...v3.3.2)
524

0 commit comments

Comments
 (0)