We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc98b9 commit 624d9e7Copy full SHA for 624d9e7
CHANGELOG.md
@@ -1,8 +1,11 @@
1
Changelog
2
---------
3
4
+### 2.2.0
5
+- Add support for dot notation in __set__(env) calls [#39](https://github.com/jhnns/rewire/issues/39)
6
+
7
### 2.1.5
-- Fix issues with reverting nested properties
8
+- Fix issues with reverting nested properties [#39](https://github.com/jhnns/rewire/issues/39)
9
10
### 2.1.4
11
- Fix problems when an illegal variable name is used for a global
package.json
@@ -1,6 +1,6 @@
{
"name": "rewire",
- "version": "2.1.5",
+ "version": "2.2.0",
"description": "Easy dependency injection for node.js unit testing",
"keywords": [
"dependency",
0 commit comments