Skip to content

Commit 8d93672

Browse files
committed
include changelog
1 parent 6a9cab6 commit 8d93672

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

Diff for: CHANGELOG.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<a name="15.0.0-beta.3"></a>
2+
# [15.0.0-beta.3](https://github.com/vuejs/vue-loader/compare/v15.0.0-beta.2...v15.0.0-beta.3) (2018-03-23)
3+
4+
5+
### Bug Fixes
6+
7+
* handle vue rule with include (fix [#1201](https://github.com/vuejs/vue-loader/issues/1201)) ([2be5507](https://github.com/vuejs/vue-loader/commit/2be5507))
8+
* make sure cloned rules reuse the exact same ident in options ([eab9460](https://github.com/vuejs/vue-loader/commit/eab9460)), closes [#1199](https://github.com/vuejs/vue-loader/issues/1199)
9+
* remove rule.loaders from normalized rules ([#1207](https://github.com/vuejs/vue-loader/issues/1207)) ([e9cbbcd](https://github.com/vuejs/vue-loader/commit/e9cbbcd))
10+
* support test-less oneOf rules ([7208885](https://github.com/vuejs/vue-loader/commit/7208885))
11+
* use relative path for self path resolution ([343b9df](https://github.com/vuejs/vue-loader/commit/343b9df))
12+
13+
14+
### Features
15+
16+
* **loader:** support options.productionMode ([#1208](https://github.com/vuejs/vue-loader/issues/1208)) ([69bc1c1](https://github.com/vuejs/vue-loader/commit/69bc1c1))
17+
18+
19+
20+
<a name="15.0.0-beta.2"></a>
21+
# [15.0.0-beta.2](https://github.com/vuejs/vue-loader/compare/v15.0.0-beta.1...v15.0.0-beta.2) (2018-03-22)
22+
23+
24+
### Bug Fixes
25+
26+
* loader check for windows ([ab067b0](https://github.com/vuejs/vue-loader/commit/ab067b0))
27+
* properly stringify hot-reload-api path for Windows ([fb1306e](https://github.com/vuejs/vue-loader/commit/fb1306e))
28+
29+
30+
31+
<a name="15.0.0-beta.1"></a>
32+
# [15.0.0-beta.1](https://github.com/vuejs/vue-loader/compare/f418bd9...v15.0.0-beta.1) (2018-03-21)
33+
34+
35+
### Bug Fixes
36+
37+
* remove .vue from fake resourcePath to avoid double match ([7c5b6ac](https://github.com/vuejs/vue-loader/commit/7c5b6ac))
38+
39+
40+
### Features
41+
42+
* basic hot reload ([f418bd9](https://github.com/vuejs/vue-loader/commit/f418bd9))
43+
* css modules + hmr ([99754c0](https://github.com/vuejs/vue-loader/commit/99754c0))
44+
* dynamic style injection ([234d48b](https://github.com/vuejs/vue-loader/commit/234d48b))
45+
* expose all block attrs via query ([cda1ec3](https://github.com/vuejs/vue-loader/commit/cda1ec3))
46+
* respect user compiler / compilerOptions ([58239f6](https://github.com/vuejs/vue-loader/commit/58239f6))
47+
* support configuring loader for custom blocks via resourceQuery ([d04f9cf](https://github.com/vuejs/vue-loader/commit/d04f9cf))
48+
* support rules with oneOf ([c3b379d](https://github.com/vuejs/vue-loader/commit/c3b379d))
49+
50+
51+

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "jest --env node",
88
"lint": "eslint lib test --fix",
99
"build": "webpack --config example/webpack.config.js --hide-modules",
10-
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot"
10+
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
11+
"prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md"
1112
},
1213
"author": "Evan You",
1314
"license": "MIT",

0 commit comments

Comments
 (0)