|
1 |
| -## [5.0.1](https://github.com/peerigon/extract-loader/compare/v5.0.0...v5.0.1) (2020-03-06) |
2 |
| - |
3 |
| - |
4 |
| -### Bug Fixes |
| 1 | +# Change Log |
5 | 2 |
|
6 |
| -* Add missing Babel dependency ([#76](https://github.com/peerigon/extract-loader/issues/76)) ([72ff48d](https://github.com/peerigon/extract-loader/commit/72ff48d)) |
| 3 | +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
7 | 4 |
|
8 |
| -# [5.0.0](https://github.com/peerigon/extract-loader/compare/v4.0.3...v5.0.0) (2020-03-05) |
| 5 | +<a name="3.2.0"></a> |
| 6 | +# [3.2.0](https://github.com/peerigon/extract-loader/compare/v5.0.1...v3.2.0) (2020-05-26) |
9 | 7 |
|
10 | 8 |
|
11 | 9 | ### Features
|
12 | 10 |
|
13 |
| -* Add support for ECMAScript modules ([#69](https://github.com/peerigon/extract-loader/issues/69)) ([6034f23](https://github.com/peerigon/extract-loader/commit/6034f23)) |
14 |
| - |
15 |
| - |
16 |
| -### BREAKING CHANGES |
17 |
| - |
18 |
| -* The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This *should not* be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup. |
19 |
| - |
20 |
| -## [4.0.3](https://github.com/peerigon/extract-loader/compare/v4.0.2...v4.0.3) (2020-01-29) |
21 |
| - |
22 |
| - |
23 |
| -### Bug Fixes |
24 |
| - |
25 |
| -* explicit build before release since prePublishOnly does not run ([83299e9](https://github.com/peerigon/extract-loader/commit/83299e9)) |
26 |
| - |
27 |
| -## [4.0.2](https://github.com/peerigon/extract-loader/compare/v4.0.1...v4.0.2) (2020-01-29) |
28 |
| - |
29 |
| - |
30 |
| -### Bug Fixes |
31 |
| - |
32 |
| -* adjust release action to fix build step ([9216425](https://github.com/peerigon/extract-loader/commit/9216425)) |
33 |
| - |
34 |
| -## [4.0.1](https://github.com/peerigon/extract-loader/compare/v4.0.0...v4.0.1) (2020-01-28) |
35 |
| - |
36 |
| - |
37 |
| -### Bug Fixes |
38 |
| - |
39 |
| -* handling resource paths with query parameters ([b4b2c0a](https://github.com/peerigon/extract-loader/commit/b4b2c0a)) |
40 |
| - |
41 |
| -# [4.0.0](https://github.com/peerigon/extract-loader/compare/v3.1.0...v4.0.0) (2020-01-27) |
42 |
| - |
| 11 | +* unique placeholders for each match ([#83](https://github.com/peerigon/extract-loader/issues/83)) ([5e61f0c](https://github.com/peerigon/extract-loader/commit/5e61f0c)) |
43 | 12 |
|
44 |
| -### chore |
45 | 13 |
|
46 |
| -* remove node v6 support ([3938c75](https://github.com/peerigon/extract-loader/commit/3938c75)) |
47 |
| - |
48 |
| - |
49 |
| -### BREAKING CHANGES |
50 |
| - |
51 |
| -* remove node v6 support |
52 |
| - |
53 |
| -# Change Log |
54 |
| - |
55 |
| -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
56 | 14 |
|
57 | 15 | <a name="3.1.0"></a>
|
58 | 16 | # [3.1.0](https://github.com/peerigon/extract-loader/compare/v3.0.0...v3.1.0) (2018-11-26)
|
|
0 commit comments