Skip to content

Commit a157ce1

Browse files
committed
chore: v.3.1.0
1 parent ca0c41f commit a157ce1

File tree

8 files changed

+220
-161
lines changed

8 files changed

+220
-161
lines changed

CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
1+
<a name="3.1.0"></a>
2+
# 3.1.0 (2018-07-18)
3+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.0.8...v3.1.0)
4+
5+
## New Features
6+
7+
* generators: add typescript support ([c1844f8](https://github.com/webpack/webpack-cli/commit/c1844f8))
8+
* init: add typescript support ([222ccdc](https://github.com/webpack/webpack-cli/commit/222ccdc))
9+
* make: add typescript support ([4b574d9](https://github.com/webpack/webpack-cli/commit/4b574d9))
10+
* remove: add typescript support ([f1623ed](https://github.com/webpack/webpack-cli/commit/f1623ed))
11+
* scaffold: add typescript support ([eaf6fdf](https://github.com/webpack/webpack-cli/commit/eaf6fdf))
12+
* scaffold: add typescript support ([f611c27](https://github.com/webpack/webpack-cli/commit/f611c27))
13+
* serve: add typescript support ([d313421](https://github.com/webpack/webpack-cli/commit/d313421))
14+
* types: add webpack types schema ([90909e4](https://github.com/webpack/webpack-cli/commit/90909e4))
15+
* typescript: setup base infra ([fe25465](https://github.com/webpack/webpack-cli/commit/fe25465))
16+
* typescript: setup base infra ([373a304](https://github.com/webpack/webpack-cli/commit/373a304))
17+
* update: add typescript support ([53505b9](https://github.com/webpack/webpack-cli/commit/53505b9))
18+
* utils: add typescript support ([47702cb](https://github.com/webpack/webpack-cli/commit/47702cb))
19+
20+
## Ast
21+
22+
* parser: remove ([7f51c27](https://github.com/webpack/webpack-cli/commit/7f51c27))
23+
* parser: remove ([faeec57](https://github.com/webpack/webpack-cli/commit/faeec57))
24+
25+
## Chore
26+
27+
* add-cmd: add typescript support ([fb98933](https://github.com/webpack/webpack-cli/commit/fb98933))
28+
* add-cmd: add typescript support ([d730841](https://github.com/webpack/webpack-cli/commit/d730841))
29+
* build: fix eslint pattern ([#529](https://github.com/webpack/webpack-cli/pull/529))
30+
* build: fix ci ([#535](https://github.com/webpack/webpack-cli/pull/535))
31+
* ci: fix build ([#534](https://github.com/webpack/webpack-cli/pull/534))
32+
* ci: fix build ([#534](https://github.com/webpack/webpack-cli/pull/534))
33+
* ci: remove semantic release ([#516](https://github.com/webpack/webpack-cli/pull/516))
34+
* ci: update appveyor config, script ([f220c9e](https://github.com/webpack/webpack-cli/commit/f220c9e))
35+
* ci: update travis script ([00df5ba](https://github.com/webpack/webpack-cli/commit/00df5ba))
36+
* update pkg.lock ([817f99c](https://github.com/webpack/webpack-cli/commit/817f99c))
37+
* fix minor build infra ([87dd419](https://github.com/webpack/webpack-cli/commit/87dd419))
38+
* Update eslint to the latest version 🚀 ([#526](https://github.com/webpack/webpack-cli/pull/526))
39+
* update gitignore ([fdc82b9](https://github.com/webpack/webpack-cli/commit/fdc82b9))
40+
* add missing READMES to packages ([#545](https://github.com/webpack/webpack-cli/pull/545))
41+
* docs: Updated working link for webpack addon. ([#543](https://github.com/webpack/webpack-cli/pull/543))
42+
* generate-loader,plugin: add typescript support ([971b31a](https://github.com/webpack/webpack-cli/commit/971b31a))
43+
* info: add typescript support ([ca133ab](https://github.com/webpack/webpack-cli/commit/ca133ab))
44+
* info: add typescript support ([2c69df0](https://github.com/webpack/webpack-cli/commit/2c69df0))
45+
* migrate: add typescript support ([82a7dec](https://github.com/webpack/webpack-cli/commit/82a7dec))
46+
* package: update eslint-plugin-node to version 7.0.0 ([507a4a6](https://github.com/webpack/webpack-cli/commit/507a4a6))
47+
* package: update lockfile ([a3d41fb](https://github.com/webpack/webpack-cli/commit/a3d41fb))
48+
* release: whitelist/blacklist release files ([#514](https://github.com/webpack/webpack-cli/pull/514))
49+
* release: whitelist/blacklist release files ([#514](https://github.com/webpack/webpack-cli/pull/514))
50+
* release: whitelist/blacklist release files ([#514](https://github.com/webpack/webpack-cli/pull/514))
51+
* scripts: fix pretest ([55efce6](https://github.com/webpack/webpack-cli/commit/55efce6))
52+
* scripts: remove semantic-release ([#525](https://github.com/webpack/webpack-cli/pull/525))
53+
* template: tiny fix for bug template ([51dc005](https://github.com/webpack/webpack-cli/commit/51dc005))
54+
55+
## Docs
56+
57+
* update jsdoc ([#507](https://github.com/webpack/webpack-cli/pull/507))
58+
* update jsdoc ([#507](https://github.com/webpack/webpack-cli/pull/507))
59+
* update jsdoc ([#507](https://github.com/webpack/webpack-cli/pull/507))
60+
* pkg: readme file for add package ([#498](https://github.com/webpack/webpack-cli/pull/498))
61+
* pkg: readme info ([#497](https://github.com/webpack/webpack-cli/pull/497))
62+
* pkg: readme info ([#497](https://github.com/webpack/webpack-cli/pull/497))
63+
64+
## Fix
65+
66+
* default named import bug ([ce956c0](https://github.com/webpack/webpack-cli/commit/ce956c0))
67+
* generators: named export ([8adbe9e](https://github.com/webpack/webpack-cli/commit/8adbe9e))
68+
69+
## Tests
70+
71+
* fix: bin test outputs ([#552](https://github.com/webpack/webpack-cli/pull/552))
72+
* migrate: fix transforms order issue ([938e5f9](https://github.com/webpack/webpack-cli/commit/938e5f9))
73+
74+
## Misc
75+
76+
* Update yargs to the latest version 🚀 ([#533](https://github.com/webpack/webpack-cli/pull/533))
77+
178
<a name="0.0.8-development"></a>
279
# 0.0.8-development (2018-06-15, webpack CLI v.3)
380
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.1.5...v0.0.8-development)

package-lock.json

Lines changed: 11 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "3.0.8",
3+
"version": "3.1.0",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {

packages/generate-loader/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/generate-plugin/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)