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

Skip to content

Commit f6e3dd0

Browse files
committed
Update CHANGELOG
1 parent 26599ff commit f6e3dd0

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,46 @@
1-
##Changelog
1+
Changelog
2+
---------
23

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
49
- Added test coverage tool
510
- Small README and description changes
611

7-
###2.0.0
12+
### 2.0.0
813
- Removed client-side bundler extensions. Browserify is not supported anymore. Webpack support has been extracted
914
into separate repository https://github.com/jhnns/rewire-webpack
1015

11-
###1.1.3
16+
### 1.1.3
1217
- Removed IDE stuff from npm package
1318

14-
###1.1.2
19+
### 1.1.2
1520
- Added deprecation warning for client-side bundlers
1621
- Updated package.json for node v0.10
1722

18-
###1.1.1
23+
### 1.1.1
1924
- Fixed bug with modules that had a comment on the last line
2025

21-
###1.1.0
26+
### 1.1.0
2227
- Added Coffee-Script support
2328
- Removed Makefile: Use `npm test` instead.
2429

25-
###1.0.4
30+
### 1.0.4
2631
- Improved client-side rewire() with webpack
2732

28-
###1.0.3
33+
### 1.0.3
2934
- Fixed error with client-side bundlers when a module was ending with a comment
3035

31-
###1.0.2
36+
### 1.0.2
3237
- Improved strict mode detection
3338

34-
###1.0.1
39+
### 1.0.1
3540
- Fixed crash when a global module has been used in the browser
3641

37-
###1.0.0
42+
### 1.0.0
3843
- Removed caching functionality. Now rewire doesn't modify `require.cache` at all
3944
- Added support for [webpack](https://github.com/webpack/webpack)-bundler
4045
- Moved browserify-middleware from `rewire.browserify` to `rewire.bundlers.browserify`
41-
- Reached stable state :)
46+
- Reached stable state :)

0 commit comments

Comments
 (0)