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.

67 lines
2.4 KiB

4 years ago
  1. # Change Log
  2. 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.
  3. <a name="1.2.3"></a>
  4. ## [1.2.3](https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3) (2018-12-27)
  5. ### Bug Fixes
  6. * **interpolateName:** don't interpolated `hashType` without `hash` or `contenthash` ([#140](https://github.com/webpack/loader-utils/issues/140)) ([3528fd9](https://github.com/webpack/loader-utils/commit/3528fd9))
  7. <a name="1.2.2"></a>
  8. ## [1.2.2](https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2) (2018-12-27)
  9. ### Bug Fixes
  10. * fixed a hash type extracting in interpolateName ([#137](https://github.com/webpack/loader-utils/issues/137)) ([f8a71f4](https://github.com/webpack/loader-utils/commit/f8a71f4))
  11. <a name="1.2.1"></a>
  12. ## [1.2.1](https://github.com/webpack/loader-utils/compare/v1.2.0...v1.2.1) (2018-12-25)
  13. ### Bug Fixes
  14. * **isUrlRequest:** better handle absolute urls and non standards ([#134](https://github.com/webpack/loader-utils/issues/134)) ([aca43da](https://github.com/webpack/loader-utils/commit/aca43da))
  15. ### Reverts
  16. * PR [#79](https://github.com/webpack/loader-utils/issues/79) ([#135](https://github.com/webpack/loader-utils/issues/135)) ([73d350a](https://github.com/webpack/loader-utils/commit/73d350a))
  17. <a name="1.2.0"></a>
  18. # [1.2.0](https://github.com/webpack/loader-utils/compare/v1.1.0...v1.2.0) (2018-12-24)
  19. ### Features
  20. * **interpolateName:** support `[contenthash]`
  21. ### Fixes
  22. * **urlToRequest:** empty urls are not rewritten to relative requests
  23. * **urlToRequest:** don't rewrite absolute urls
  24. * **isUrlRequest:** ignore all url with `extension` (like `moz-extension:`, `ms-browser-extension:` and etc)
  25. * **isUrlRequest:** ignore `about:blank`
  26. * **interpolateName:** failing explicitly when ran out of emoji
  27. * **interpolateName:** `[hash]` token regex in interpolate string to capture any hash algorithm name
  28. * **interpolateName:** parse string for emoji count before use
  29. <a name="1.1.0"></a>
  30. # [1.1.0](https://github.com/webpack/loader-utils/compare/v1.0.4...v1.1.0) (2017-03-16)
  31. ### Features
  32. * **automatic-release:** Generation of automatic release ([7484d13](https://github.com/webpack/loader-utils/commit/7484d13))
  33. * **parseQuery:** export parseQuery ([ddf64e4](https://github.com/webpack/loader-utils/commit/ddf64e4))