File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
22
## [ v3.3.2] ( https://github.com/testdouble/testdouble.js/tree/v3.3.2 ) (2018-01-16)
4
23
[ Full Changelog] ( https://github.com/testdouble/testdouble.js/compare/v3.3.1...v3.3.2 )
5
24
You can’t perform that action at this time.
0 commit comments