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 ef5f0eb commit 93d3907Copy full SHA for 93d3907
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Changelog
2
---------
3
4
+### 2.1.1
5
+- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)
6
+
7
### 2.1.0
8
- Added revert feature of `__set__` method
9
- Introduced `__with__` method to revert changes automatically
package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "2.1.0",
+ "version" : "2.1.1",
"description" : "Easy dependency injection for node.js unit testing",
"keywords" : [
"dependency",
0 commit comments