|
1 | 1 | ##Changelog |
2 | 2 |
|
3 | | -###v2.0.0 |
| 3 | +###2.0.1 |
| 4 | +- Added test coverage tool |
| 5 | +- Small README and description changes |
| 6 | + |
| 7 | +###2.0.0 |
4 | 8 | - Removed client-side bundler extensions. Browserify is not supported anymore. Webpack support has been extracted |
5 | 9 | into separate repositoryhttps://github.com/jhnns/rewire-webpack |
6 | 10 |
|
7 | | -###v1.1.3 |
| 11 | +###1.1.3 |
8 | 12 | - Removed IDE stuff from npm package |
9 | 13 |
|
10 | | -###v1.1.2 |
| 14 | +###1.1.2 |
11 | 15 | - Added deprecation warning for client-side bundlers |
12 | 16 | - Updated package.json for node v0.10 |
13 | 17 |
|
14 | | -###v1.1.1 |
| 18 | +###1.1.1 |
15 | 19 | - Fixed bug with modules that had a comment on the last line |
16 | 20 |
|
17 | | -###v1.1.0 |
| 21 | +###1.1.0 |
18 | 22 | - Added Coffee-Script support |
19 | 23 | - Removed Makefile: Use`npm test` instead. |
20 | 24 |
|
21 | | -###v1.0.4 |
| 25 | +###1.0.4 |
22 | 26 | - Improved client-side rewire() with webpack |
23 | 27 |
|
24 | | -###v1.0.3 |
| 28 | +###1.0.3 |
25 | 29 | - Fixed error with client-side bundlers when a module was ending with a comment |
26 | 30 |
|
27 | | -###v1.0.2 |
| 31 | +###1.0.2 |
28 | 32 | - Improved strict mode detection |
29 | 33 |
|
30 | | -###v1.0.1 |
| 34 | +###1.0.1 |
31 | 35 | - Fixed crash when a global module has been used in the browser |
32 | 36 |
|
33 | | -###v1.0.0 |
| 37 | +###1.0.0 |
34 | 38 | - Removed caching functionality. Now rewire doesn't modify`require.cache` at all |
35 | 39 | - Added support for[webpack](https://github.com/webpack/webpack)-bundler |
36 | 40 | - Moved browserify-middleware from`rewire.browserify` to`rewire.bundlers.browserify` |
|