line_push/node_modules/style-resources-loader/CHANGELOG.md
2022-07-17 13:16:16 +08:00

32 lines
952 B
Markdown

## 1.3.3 (December 19, 2019)
* Fix resource files cache invalidation problems on Windows. [#17](https://github.com/yenshih/style-resources-loader/issues/17)
## 1.3.0 ~ 1.3.2 (November 11, 2019)
* Support for relative path in patterns.
* Ensure each resource ends with a newline.
* More detailed validation messages.
* Fix the regular expression compatibility error. [#20](https://github.com/yenshih/style-resources-loader/issues/20)
* Fix dependency issue of resource files.
## 1.2.1 (August 12, 2018)
* Fix invalid path seperator on Windows. [#8](https://github.com/yenshih/style-resources-loader/issues/8)
## 1.2.0 (August 11, 2018)
* Support for `css` resources. [#7](https://github.com/yenshih/style-resources-loader/issues/7)
* Support for asynchronous injector.
* Improve type checking for loader options.
## 1.1.0 (February 28, 2018)
* Support for `prepend`, `append` injector.
## 1.0.0 (December 5, 2017)
* Initial stable release.