Projekt

Obecné

Profil

Stáhnout (2.99 KB) Statistiky
| Větev: | Revize:
1
# Change Log
2

    
3
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.
4

    
5
<a name="1.4.0"></a>
6
# [1.4.0](https://github.com/webpack/loader-utils/compare/v1.3.0...v1.4.0) (2020-02-19)
7

    
8

    
9
### Features
10

    
11
* the `resourceQuery` is passed to the `interpolateName` method ([#163](https://github.com/webpack/loader-utils/issues/163)) ([cd0e428](https://github.com/webpack/loader-utils/commit/cd0e428))
12

    
13

    
14

    
15
<a name="1.3.0"></a>
16
# [1.3.0](https://github.com/webpack/loader-utils/compare/v1.2.3...v1.3.0) (2020-02-19)
17

    
18

    
19
### Features
20

    
21
* support the `[query]` template for the `interpolatedName` method ([#162](https://github.com/webpack/loader-utils/issues/162)) ([469eeba](https://github.com/webpack/loader-utils/commit/469eeba))
22

    
23

    
24

    
25
<a name="1.2.3"></a>
26
## [1.2.3](https://github.com/webpack/loader-utils/compare/v1.2.2...v1.2.3) (2018-12-27)
27

    
28

    
29
### Bug Fixes
30

    
31
* **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))
32

    
33

    
34

    
35
<a name="1.2.2"></a>
36
## [1.2.2](https://github.com/webpack/loader-utils/compare/v1.2.1...v1.2.2) (2018-12-27)
37

    
38

    
39
### Bug Fixes
40

    
41
* 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))
42

    
43

    
44

    
45
<a name="1.2.1"></a>
46
## [1.2.1](https://github.com/webpack/loader-utils/compare/v1.2.0...v1.2.1) (2018-12-25)
47

    
48

    
49
### Bug Fixes
50

    
51
* **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))
52

    
53

    
54
### Reverts
55

    
56
* 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))
57

    
58

    
59

    
60
<a name="1.2.0"></a>
61
# [1.2.0](https://github.com/webpack/loader-utils/compare/v1.1.0...v1.2.0) (2018-12-24)
62

    
63

    
64
### Features
65

    
66
* **interpolateName:** support `[contenthash]`
67

    
68
### Fixes
69

    
70
* **urlToRequest:** empty urls are not rewritten to relative requests
71
* **urlToRequest:** don't rewrite absolute urls
72
* **isUrlRequest:** ignore all url with `extension` (like `moz-extension:`, `ms-browser-extension:` and etc)
73
* **isUrlRequest:** ignore `about:blank`
74
* **interpolateName:** failing explicitly when ran out of emoji
75
* **interpolateName:** `[hash]` token regex in interpolate string to capture any hash algorithm name
76
* **interpolateName:** parse string for emoji count before use
77

    
78

    
79

    
80
<a name="1.1.0"></a>
81
# [1.1.0](https://github.com/webpack/loader-utils/compare/v1.0.4...v1.1.0) (2017-03-16)
82

    
83

    
84
### Features
85

    
86
* **automatic-release:** Generation of automatic release ([7484d13](https://github.com/webpack/loader-utils/commit/7484d13))
87
* **parseQuery:** export parseQuery ([ddf64e4](https://github.com/webpack/loader-utils/commit/ddf64e4))
(1-1/4)