File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ ### 2.1.5
5
+ - Fix issues with reverting nested properties
6
+
4
7
### 2.1.4
5
8
- Fix problems when an illegal variable name is used for a global
6
9
@@ -55,4 +58,4 @@ Changelog
55
58
- Removed caching functionality. Now rewire doesn't modify ` require.cache ` at all
56
59
- Added support for [ webpack] ( https://github.com/webpack/webpack ) -bundler
57
60
- Moved browserify-middleware from ` rewire.browserify ` to ` rewire.bundlers.browserify `
58
- - Reached stable state :)
61
+ - Reached stable state :)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rewire" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Easy dependency injection for node.js unit testing" ,
5
5
"keywords" : [
6
6
" dependency" ,
You can’t perform that action at this time.
0 commit comments