You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
4 weeks ago
|
## 1.5.0 (December 8, 2021)
|
||
|
|
||
|
* Injector function is called with `this` context pointing to the loader context.
|
||
|
|
||
|
## 1.4.0 ~ 1.4.1 (November 17, 2020)
|
||
|
|
||
|
* Support webpack 5. [#29](https://github.com/yenshih/style-resources-loader/issues/29)
|
||
|
|
||
|
* Fix some issues. [#30](https://github.com/yenshih/style-resources-loader/issues/30)
|
||
|
|
||
|
## 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.
|