Skip to content

Commit ba4f0d0

Browse files
chore(release): 1.2.0 (#131)
1 parent c5c7322 commit ba4f0d0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
<a name="1.2.0"></a>
6+
# [1.2.0](https://github.com/webpack/loader-utils/compare/v1.1.0...v1.2.0) (2018-12-24)
7+
8+
9+
### Features
10+
11+
* **interpolateName:** support `[contenthash]`
12+
13+
### Fixes
14+
15+
* **urlToRequest:** empty urls are not rewritten to relative requests
16+
* **urlToRequest:** don't rewrite absolute urls
17+
* **isUrlRequest:** ignore all url with `extension` (like `moz-extension:`, `ms-browser-extension:` and etc)
18+
* **isUrlRequest:** ignore `about:blank`
19+
* **interpolateName:** failing explicitly when ran out of emoji
20+
* **interpolateName:** `[hash]` token regex in interpolate string to capture any hash algorithm name
21+
* **interpolateName:** parse string for emoji count before use
22+
23+
24+
525
<a name="1.1.0"></a>
626
# [1.1.0](https://github.com/webpack/loader-utils/compare/v1.0.4...v1.1.0) (2017-03-16)
727

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loader-utils",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "utils for webpack loaders",
66
"dependencies": {

0 commit comments

Comments
 (0)