UNPKG

4.7 kBMarkdownView Raw
1# Changelog
2
3## v8.0.0
4
5- [Update to support `fork-ts-checker-webpack-plugin` v9](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/65)
6
7**BREAKING CHANGES**
8
9This drops support for `fork-ts-checker-webpack-plugin` versions < 9 and `node` versions < 16 - if you need to use v8 then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/7.0.0>
10
11## v7.0.0
12
13- [Update to support `fork-ts-checker-webpack-plugin` v8](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/64)
14
15**BREAKING CHANGES**
16
17This drops support for `fork-ts-checker-webpack-plugin` versions < 8 and `node` versions < 14 - if you need to use v7 then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/6.0.0>
18
19## v6.0.0
20
21- [Update to support `fork-ts-checker-webpack-plugin` v7](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/57)
22
23**BREAKING CHANGES**
24
25This drops support for `fork-ts-checker-webpack-plugin` versions < 7 - if you need to use v6 then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/5.0.0>
26
27## v5.0.0
28
29- Upgrade `node-notifier` to `v8.0.2` to resolve [CVE-2020-7789](https://github.com/advisories/GHSA-5fw9-fq32-wv5p)
30
31**BREAKING CHANGES**
32
33This drops support for `node-notifier` versions < 8.
34
35## v4.0.0
36
37- [Update to support `fork-ts-checker-webpack-plugin` v6](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/39)
38
39**BREAKING CHANGES**
40
41This drops support for `fork-ts-checker-webpack-plugin` versions < 6 - if you need to use one of those versions then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/3.0.0>
42
43## v3.0.0
44
45- [Update to support `fork-ts-checker-webpack-plugin` v5](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/37)
46
47**BREAKING CHANGES**
48
49This drops support for `fork-ts-checker-webpack-plugin` versions < 5 and `node` version < 10 - if you need to use one of those versions then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/2.0.0>
50
51## v2.0.0
52
53- [Update to support `fork-ts-checker-webpack-plugin` v4](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/34) - thanks @madaz!
54
55**BREAKING CHANGES**
56
57This drops support for `fork-ts-checker-webpack-plugin` versions < 4 - if you need to use one of those versions then please use <https://www.npmjs.com/package/fork-ts-checker-notifier-webpack-plugin/v/1.0.3>
58
59## v1.0.3
60
61- Updated node-notifier version from `^5.1.2` to `^6.0.0` to [fix an issue wih SnoreToast on Windows 10 Pro](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/issues/28) - thanks @Wojtasik!
62- [Updated github workflows with push.yml and release.yml](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/issues/30) - thanks @Wojtasik!
63
64## v1.0.2
65
66- [Fix TypeScript types - include NormalizedMessage](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/23) - thanks @johnnyreilly
67
68## v1.0.1
69
70- [Fix TypeScript types](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/20) - thanks @cdeutsch
71
72## v1.0.0
73
74- [`1.0.0`](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/15) - thanks @johnnyreilly!
75
76## v1.0.0-alpha.0
77
78- [`Make compatible with fork-ts-checker-webpack-plugin 1.0.0-alpha.1`](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/11) - thanks @johnnyreilly!
79
80## v0.7.0
81
82- [`Make compatible with fork-ts-checker-webpack-plugin 0.5.0`](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/10) - thanks @johnnyreilly!
83
84## v0.6.2
85
86- [Fix TypeScript compiler complains about unknown module `NormalizedMessage`](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/8) - thanks @n0v1!
87
88## v0.6.1
89
90- Updated README and added try/catch for forkTsCheckerReceive - thanks @Rolandisimo!
91
92## v0.6.0
93
94- [Rewrite in TypeScript and add test pack - minimum node version 6.0](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/6) - thanks @johnnyreilly!
95
96## v0.5.0
97
98- [Fix no notification when build succeed with warnings and excludeWarnings was set to true. Show basename instead of the full path. Updated messages](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/pull/4) - thanks @deftomat!
99
100## v0.4.0
101
102- Added webpack 4 support - thanks @johnnyreilly!
103
104## v0.2.0
105
106- Added option to skip successful build notifications - thanks @Igogrek!
107
108## v0.1.4
109
110- Handle lints as well as diagnostics
111
112## v0.1.3
113
114- Initial version