|
1 | | -# Changelog |
| 1 | +### Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
2 | 3 |
|
3 | | -## 2017-5-30: |
4 | | -### 2.1.1 |
| 4 | +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
5 | 5 |
|
6 | | -* Properly support older versions of node. Tested in: |
7 | | - * 4.8.3 |
8 | | - * 5.11.1 |
9 | | - * 6.10.3 |
| 6 | +### [v2.1.2](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/compare/1.1.4...v2.1.2) |
| 7 | +> 6 March 2018 |
| 8 | +- Add support for webpack 4 [`#31`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/31) |
| 9 | +- Add license scan report and status [`#27`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/27) |
| 10 | +- Use compiler filesystem [`#14`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/14) |
| 11 | +- Add `files` to `package.json`. [`#15`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/15) |
| 12 | +- Update README.md [`#13`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/13) |
| 13 | +- Merge FOSSA's badge [`be74649`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/be74649d64c70f8b79efe25c320e737c2ebef07a) |
| 14 | +- Testing improvements. [`2abbfce`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/2abbfce8f963b48ad596f6f46065575216abd6a5) |
| 15 | +- Fix badges. [`face6dc`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/face6dc4b5b6a0f9820d89e79cab308e2dede4b8) |
10 | 16 |
|
11 | | -### 2.1.0 |
| 17 | +#### 1.1.4 |
| 18 | +> 6 September 2016 |
| 19 | +- Don't crash on folder deletion with tests [`#10`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/10) |
| 20 | +- Normalize filenames to default Unicode Normalization Form (NFC) so th… [`#6`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/6) |
| 21 | +- Working E2E Tests in a Demo Project [`#4`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/4) |
| 22 | +- check for windows-style root paths [`#2`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/pull/2) |
| 23 | +- Handle situations where user has CDed into incorrectly cased directory [`d02babf`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/d02babf89f0bf4251efbd7ca5d64a79211487a74) |
| 24 | +- Release 1.1.3 [`21390e1`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/21390e1d25ff9ed46229fb0541329e753a1f3410) |
| 25 | +- Reduce waittime [`d0fd084`](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commit/d0fd084236b231283191a4099c97584b2bba1676) |
12 | 26 |
|
13 | | -* No longer will intercept what should be a standard Webpack "File not found" error. |
14 | | - * This also resolves the issue where the plugin wouldn't recognize when a file was added. |
15 | | -* Hardened tests. |
16 | | -* Cleaned up code and added an 'engines' config to package.json |
17 | | - |
18 | | -## 2017-3-31: |
19 | | -### 2.0.0 |
20 | | - |
21 | | -* Use the compiler filesystem, which helps when other plugins change the 'fs' object being used by the compiler. |
|
0 commit comments