|
1 | 1 | ## vue-flags-webpack-plugin changelog
|
2 |
| -### v1.0.0 |
3 |
| -* features |
4 |
| - + add `watch` option to support modify flags in development |
5 |
| - + `flags` could also be a file or directory path |
6 |
| - + plugin could be used in non-vue project |
7 |
| - + support to use js expression as key in `files` |
8 |
| - + report missing flags both in development and production |
9 |
| -* improvement |
10 |
| - + remove vue `htmlparser` and use `compilerOptions.modules` to transform flag directives |
11 |
| - + use loader instead of plugin to ignore files(modules) |
12 |
| - + `namespace` is required now, change `files` options to `ignoreFiles` |
13 |
| - + postcss plugin supports nest `@supports` |
14 |
| - + fix bugs and better error tips and performance improvement |
| 2 | +### v1.0.0 🎉 |
| 3 | ++ add `watch` option to support modify flags in development |
| 4 | ++ `flags` could also be a file path |
| 5 | ++ plugin could also be used in non-vue project |
| 6 | ++ support to use js expression as key in `ignoreFiles` |
| 7 | ++ postcss plugin supports nest `@supports` rules |
| 8 | ++ better log output both in development and production |
| 9 | ++ use `compilerOptions.modules` instead of `htmlparser` to process template |
| 10 | ++ use loader instead of plugin to filter files(modules) |
| 11 | ++ option `namespace` is required now |
| 12 | ++ option `files` is renamed `ignoreFiles` |
| 13 | ++ performance improvement |
| 14 | ++ do not support `webpack < 4`, `vue < 2.5.12`, `vue-loader < 15` anymore |
| 15 | ++ add lots of UT cases |
15 | 16 |
|
16 | 17 | ### v0.2.0
|
17 | 18 | * update vue `htmlparser`
|
|
0 commit comments