Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 624d9e7

Browse files
committed
v2.2.0
1 parent 4bc98b9 commit 624d9e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
Changelog
22
---------
33

4+
### 2.2.0
5+
- Add support for dot notation in __set__(env) calls [#39](https://github.com/jhnns/rewire/issues/39)
6+
47
### 2.1.5
5-
- Fix issues with reverting nested properties
8+
- Fix issues with reverting nested properties [#39](https://github.com/jhnns/rewire/issues/39)
69

710
### 2.1.4
811
- Fix problems when an illegal variable name is used for a global

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.1.5",
3+
"version": "2.2.0",
44
"description": "Easy dependency injection for node.js unit testing",
55
"keywords": [
66
"dependency",

0 commit comments

Comments
 (0)