8000 v2.3.1 · ShMcK/rewire-coderoad@530f508 · GitHub
[go: up one dir, main page]

Skip to content

Commit 530f508

Browse files
committed
v2.3.1
1 parent fab30be commit 530f508

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
< 8A7F td data-grid-cell-id="diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed-4-7-2" data-line-anchor="diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR7" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);padding-right:24px" tabindex="-1" valign="top" class="focusable-grid-cell diff-text-cell right-side-diff-cell left-side">
### 2.3.0
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
### 2.3.1
5+
- Fix problems when global objects like JSON, etc. have been rewired [#40](https://github.com/jhnns/rewire/issues/40)
6+
47
58
- Add possibility to mock undefined, implicit globals [#35](https://github.com/jhnns/rewire/issues/35)
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rewire",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Easy dependency injection for node.js unit testing",
55
"keywords": [
66
"dependency",

0 commit comments

Comments
 (0)
0