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

Skip to content

Commit 4ba5a40

Browse files
committed
2.0.1
1 parent de05679 commit 4ba5a40

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
##Changelog
22

3-
###v2.0.0
3+
###2.0.1
4+
- Added test coverage tool
5+
- Small README and description changes
6+
7+
###2.0.0
48
- Removed client-side bundler extensions. Browserify is not supported anymore. Webpack support has been extracted
59
into separate repository https://github.com/jhnns/rewire-webpack
610

7-
###v1.1.3
11+
###1.1.3
812
- Removed IDE stuff from npm package
913

10-
###v1.1.2
14+
###1.1.2
1115
- Added deprecation warning for client-side bundlers
1216
- Updated package.json for node v0.10
1317

14-
###v1.1.1
18+
###1.1.1
1519
- Fixed bug with modules that had a comment on the last line
1620

17-
###v1.1.0
21+
###1.1.0
1822
- Added Coffee-Script support
1923
- Removed Makefile: Use `npm test` instead.
2024

21-
###v1.0.4
25+
###1.0.4
2226
- Improved client-side rewire() with webpack
2327

24-
###v1.0.3
28+
###1.0.3
2529
- Fixed error with client-side bundlers when a module was ending with a comment
2630

27-
###v1.0.2
31+
###1.0.2
2832
- Improved strict mode detection
2933

30-
###v1.0.1
34+
###1.0.1
3135
- Fixed crash when a global module has been used in the browser
3236

33-
###v1.0.0
37+
###1.0.0
3438
- Removed caching functionality. Now rewire doesn't modify `require.cache` at all
3539
- Added support for [webpack](https://github.com/webpack/webpack)-bundler
3640
- Moved browserify-middleware from `rewire.browserify` to `rewire.bundlers.browserify`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "rewire",
3-
"version" : "2.0.0",
3+
"version" : "2.0.1",
44
"description" : "Easy dependency injection for node.js unit testing",
55
"keywords" : [
66
"dependency",

0 commit comments

Comments
 (0)