File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
- ##Changelog
1
+ Changelog
2
+ ---------
2
3
3
- ###2 .0.1
4
+ ### 2.1.0
5
+ - Added revert feature of ` __set__ ` method
6
+ - Introduced ` __with__ ` method to revert changes automatically
7
+
8
+ ### 2.0.1
4
9
- Added test coverage tool
5
10
- Small README and description changes
6
11
7
- ###2 .0.0
12
+ ### 2.0.0
8
13
- Removed client-side bundler extensions. Browserify is not supported anymore. Webpack support has been extracted
9
14
into separate repository https://github.com/jhnns/rewire-webpack
10
15
11
- ###1 .1.3
16
+ ### 1.1.3
12
17
- Removed IDE stuff from npm package
13
18
14
- ###1 .1.2
19
+ ### 1.1.2
15
20
- Added deprecation warning for client-side bundlers
16
21
- Updated package.json for node v0.10
17
22
18
- ###1 .1.1
23
+ ### 1.1.1
19
24
- Fixed bug with modules that had a comment on the last line
20
25
21
- ###1 .1.0
26
+ ### 1.1.0
22
27
- Added Coffee-Script support
23
28
- Removed Makefile: Use ` npm test ` instead.
24
29
25
- ###1 .0.4
30
+ ### 1.0.4
26
31
- Improved client-side rewire() with webpack
27
32
28
- ###1 .0.3
33
+ ### 1.0.3
29
34
- Fixed error with client-side bundlers when a module was ending with a comment
30
35
31
- ###1 .0.2
36
+ ### 1.0.2
32
37
- Improved strict mode detection
33
38
34
- ###1 .0.1
39
+ ### 1.0.1
35
40
- Fixed crash when a global module has been used in the browser
36
41
37
- ###1 .0.0
42
+ ### 1.0.0
38
43
- Removed caching functionality. Now rewire doesn't modify ` require.cache ` at all
39
44
- Added support for [ webpack] ( https://github.com/webpack/webpack ) -bundler
40
45
- Moved browserify-middleware from ` rewire.browserify ` to ` rewire.bundlers.browserify `
41
- - Reached stable state :)
46
+ - Reached stable state :)
You can’t perform that action at this time.
0 commit comments