|
1 |
| -# @rollup/plugin-inject Changelog |
| 1 | +# @rollup/plugin-inject ChangeLog |
2 | 2 |
|
3 | 3 | ## 3.0.2
|
4 | 4 |
|
5 |
| -* Fix bug with sourcemap usage |
| 5 | +- Fix bug with sourcemap usage |
6 | 6 |
|
7 | 7 | ## 3.0.1
|
8 | 8 |
|
9 |
| -* Generate sourcemap when sourcemap enabled |
| 9 | +- Generate sourcemap when sourcemap enabled |
10 | 10 |
|
11 | 11 | ## 3.0.0
|
12 | 12 |
|
13 |
| -* Remove node v6 from support |
14 |
| -* Use modern js |
| 13 | +- Remove node v6 from support |
| 14 | +- Use modern js |
15 | 15 |
|
16 | 16 | ## 2.1.0
|
17 | 17 |
|
18 |
| -* Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15)) |
| 18 | +- Update all dependencies ([#15](https://github.com/rollup/rollup-plugin-inject/pull/15)) |
19 | 19 |
|
20 | 20 | ## 2.0.0
|
21 | 21 |
|
22 |
| -* Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6)) |
23 |
| -* Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9)) |
24 |
| -* Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10)) |
| 22 | +- Work with all file extensions, not just `.js` (unless otherwise specified via `options.include` and `options.exclude`) ([#6](https://github.com/rollup/rollup-plugin-inject/pull/6)) |
| 23 | +- Allow `*` imports ([#9](https://github.com/rollup/rollup-plugin-inject/pull/9)) |
| 24 | +- Ignore replacements that are superseded (e.g. if `Buffer.isBuffer` is replaced, ignore `Buffer` replacement) ([#10](https://github.com/rollup/rollup-plugin-inject/pull/10)) |
25 | 25 |
|
26 | 26 | ## 1.4.1
|
27 | 27 |
|
28 |
| -* Return a `name` |
| 28 | +- Return a `name` |
29 | 29 |
|
30 | 30 | ## 1.4.0
|
31 | 31 |
|
32 |
| -* Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5)) |
33 |
| -* Prevent self-importing module bug |
| 32 | +- Use `string.search` instead of `regex.test` to avoid state-related mishaps ([#5](https://github.com/rollup/rollup-plugin-inject/issues/5)) |
| 33 | +- Prevent self-importing module bug |
34 | 34 |
|
35 | 35 | ## 1.3.0
|
36 | 36 |
|
37 |
| -* Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2)) |
38 |
| -* Node 0.12 support |
| 37 | +- Windows support ([#2](https://github.com/rollup/rollup-plugin-inject/issues/2)) |
| 38 | +- Node 0.12 support |
39 | 39 |
|
40 | 40 | ## 1.2.0
|
41 | 41 |
|
42 |
| -* Generate sourcemaps by default |
| 42 | +- Generate sourcemaps by default |
43 | 43 |
|
44 | 44 | ## 1.1.1
|
45 | 45 |
|
46 |
| -* Use `modules` option |
| 46 | +- Use `modules` option |
47 | 47 |
|
48 | 48 | ## 1.1.0
|
49 | 49 |
|
50 |
| -* Handle shorthand properties |
| 50 | +- Handle shorthand properties |
51 | 51 |
|
52 | 52 | ## 1.0.0
|
53 | 53 |
|
54 |
| -* First release |
| 54 | +- First release |
0 commit comments