Skip to content

Releases: andyrooger/vs-compat-ts-plugin

v5.0.0

17 Sep 13:41
Compare
Choose a tag to compare

5.0.0 (2024-09-17)

Bug Fixes

  • node: drop support for node 16 (b9e8fb2)

BREAKING CHANGES

  • node: Node 16.x is no longer supported

Use a supported version of node. Node 18.x or higher is supported currently.

v4.0.0

10 May 22:23
Compare
Choose a tag to compare

4.0.0 (2024-05-10)

Bug Fixes

  • node: drop support for node 14 (7e06217)

BREAKING CHANGES

  • node: Node 14.x is no longer supported

Use a supported version of node. Node 18.x or higher is supported currently.
Node 16.x and above is allowed too until it fails CI, but is unsupported.

v3.1.1

28 Apr 21:06
Compare
Choose a tag to compare

3.1.1 (2023-04-28)

Bug Fixes

  • upgrade @commitlint/config-conventional from 17.0.3 to 17.4.4 (7d4ae3a)
  • upgrade husky from 8.0.1 to 8.0.3 (6085a6b)

v3.1.0

27 Apr 21:37
Compare
Choose a tag to compare

3.1.0 (2023-04-27)

Features

  • node: bump node support to 20 (c861c7e)

v3.0.0

28 Jun 17:06
Compare
Choose a tag to compare

3.0.0 (2022-06-28)

Features

BREAKING CHANGES

  • node: Node 10 and 12 are no longer supported. 14.17+ only

v2.3.0

17 May 01:21
Compare
Choose a tag to compare

2.3.0 (2021-05-17)

Features

  • orderwarning: ignore plugins included by their local paths (80e5be2)

v2.2.0

16 Apr 01:34
Compare
Choose a tag to compare

2.2.0 (2020-04-16)

Features

  • package: TS as a peer dependency (86ea026), closes #14

v2.1.0

13 Apr 03:16
Compare
Choose a tag to compare

2.1.0 (2020-04-13)

Features

  • warnings: tsconfig warnings (3a4e65d), closes #5

v2.0.0

11 Apr 16:30
Compare
Choose a tag to compare

2.0.0 (2020-04-11)

Features

BREAKING CHANGES

  • defaults: All options are now turned on by default. If you want an option turned off you can
    do this explicitly per option.

v1.1.2

11 Apr 03:00
Compare
Choose a tag to compare

1.1.2 (2020-04-11)

Bug Fixes

  • release: npm auth again (33bbef5)