File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments