Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit dc39542

Browse files
committed
Bump to v1.1.0
1 parent 384ddec commit dc39542

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change log
22

3+
## [v1.1.0] (2017-11-09)
4+
5+
**Features**
6+
7+
* Implement component hot-reloading without browser refresh [#29]
8+
* Add dynamic component loading
9+
* Add webpack code-splitting
10+
* Add manifest and vendor bundle creation
11+
312
## [v1.0.0] (2017-11-06)
413

514
**Features**
@@ -116,6 +125,7 @@
116125

117126
* Initial release
118127

128+
[#29]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/29
119129
[#22]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/22
120130
[#17]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/17
121131
[#15]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/15
@@ -124,6 +134,7 @@
124134
[#3]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/3
125135
[#2]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/2
126136
[#1]: https://github.com/ducksoupdev/vue-webpack-typescript/pull/1
137+
[v1.1.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v1.0.0...v1.1.0
127138
[v1.0.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.10.0...v1.0.0
128139
[v0.10.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.9.0...v0.10.0
129140
[v0.9.0]: https://github.com/ducksoupdev/vue-webpack-typescript/compare/v0.8.0...v0.9.0

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# webpack-typescript
22

3-
> A Vue, Webpack and Typescript setup with hot reload, unit testing, code coverage, sass and bundling/minification.
3+
> A Vue, Webpack and Typescript setup with hot reload, dynamic imports, unit testing,
4+
code coverage, sass and bundling/minification.
45

56
> This template is for Vue 2.5. See the [changelog](CHANGELOG.md) for updates.
67
@@ -24,6 +25,6 @@ $ npm run dev
2425
- `npm run test:watch`: Fast feedback Mocha unit tests with hot-reload
2526
- `npm run coverage`: Karma coverage reporter
2627
- `npm run lint`: Lint all Typescript files
27-
- `npm run build`: build with HTML/CSS/JS minification and icon generation
28+
- `npm run build`: build with HTML/CSS/JS minification, code splitting and icon generation
2829
- `npm run ci:teamcity`: Teamcity CI integration
2930
- `npm run ci:jenkins`: Jenkins CI integration

0 commit comments

Comments
 (0)