Skip to content

Commit 2c03b7e

Browse files
authored
prepare for 1.0 release (#218)
* prepare for 1.0 release * update changelog * do not default to using incremental watch API in Vue mode * too many words * Update CHANGELOG.md
1 parent 2dad936 commit 2c03b7e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ deploy:
2525
on:
2626
tags: true
2727
branch: master
28-
tag: next

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.0.0
2+
3+
* [Going 1.0](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/218)
4+
5+
This is the first major version of `fork-ts-checker-webpack-plugin`. A long time coming :-)
6+
7+
There are actually no breaking changes that we're aware of; users of 0.x `fork-ts-checker-webpack-plugin` should be be able to upgrade without any drama. Users of TypeScript 3+ may notice a performance improvement as by default the plugin now uses the [incremental watch API](https://github.com/Microsoft/TypeScript/pull/20234) in TypeScript. Should this prove problematic you can opt out of using it by supplying `useTypescriptIncrementalApi: false`.
8+
9+
We are aware of an [issue with Vue and the incremental API](https://github.com/Realytics/fork-ts-checker-webpack-plugin/issues/219). We hope it will be fixed soon - a generous member of the community is taking a look. In the meantime, we will *not* default to using the incremental watch API when in Vue mode.
10+
11+
The plugin supports webpack 2, 3, 4 and 5 alpha and TypeScript 2.1+ alongside tslint 4+.
12+
13+
See also: https://blog.johnnyreilly.com/2019/03/the-big-one-point-oh.html
14+
115
## v1.0.0-alpha.10
216

317
* [Fix incremental api to work with TS 3+ by default](https://github.com/Realytics/fork-ts-checker-webpack-plugin/pull/223)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-ts-checker-webpack-plugin",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)