Skip to content

Commit e6fbd50

Browse files
committed
Changelog for 3.3.0
1 parent 8b0409b commit e6fbd50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v3.3.0](https://github.com/testdouble/testdouble.js/tree/v3.3.0) (2017-12-26)
4+
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.7...v3.3.0)
5+
6+
**Merged pull requests:**
7+
8+
- allow using matchers inside contains [\#317](https://github.com/testdouble/testdouble.js/pull/317) ([lgandecki](https://github.com/lgandecki))
9+
310
## [v3.2.7](https://github.com/testdouble/testdouble.js/tree/v3.2.7) (2017-12-20)
411
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.2.6...v3.2.7)
512

@@ -9,7 +16,6 @@
916

1017
**Closed issues:**
1118

12-
- Enforce calling with new for `td.constructor`, disallow for `td.function` [\#309](https://github.com/testdouble/testdouble.js/issues/309)
1319
- Unexpected output with td.matchers.isA\(Function\) [\#307](https://github.com/testdouble/testdouble.js/issues/307)
1420
- 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)
1521
- Using invocation verification with QUnit [\#304](https://github.com/testdouble/testdouble.js/issues/304)

0 commit comments

Comments
 (0)