Skip to content

Releases: gund/eslint-plugin-deprecation

v3.0.0

31 May 22:26
Compare
Choose a tag to compare

3.0.0 (2024-05-31)

Features

  • add plugin meta and support typescript-eslint@7 (#86) (1365f7f)

BREAKING CHANGES

  • Dropped support for ESLint v7.

v2.0.0

13 Sep 13:02
Compare
Choose a tag to compare

2.0.0 (2023-09-13)

Features

  • migrate to typescript-eslint/utils 6.x (#71) (5a32ce0)

BREAKING CHANGES

  • Dropped support for ESLint v6 and Typescript v3.7.5, please make sure to use at least ESLint v7 with Typescript v4.2 or downgrade to a previous major version.

v1.5.0

27 Jul 13:24
Compare
Choose a tag to compare

1.5.0 (2023-07-27)

Features

  • add deprecation/recommended configuration (#69) (4b482c0), closes #68
  • recommended config (33a1888)

v1.4.1

05 Apr 11:52
Compare
Choose a tag to compare

1.4.1 (2023-04-05)

Bug Fixes

  • deps: use @typescript-eslint/utils instead of experimental (448004c)

v1.4.0

01 Apr 21:35
Compare
Choose a tag to compare

1.4.0 (2023-04-01)

Features

  • add support for Typescript v5 (a9683d9)

v1.4.0-next.2

31 Mar 00:59
Compare
Choose a tag to compare
v1.4.0-next.2 Pre-release
Pre-release

1.4.0-next.2 (2023-03-31)

Bug Fixes

v1.4.0-next.1

31 Mar 00:56
3a14ab1
Compare
Choose a tag to compare
v1.4.0-next.1 Pre-release
Pre-release

1.4.0-next.1 (2023-02-22)

Features

  • deps: add Typescript v5 beta support (5cd02bc)

v1.3.3

14 Nov 17:37
Compare
Choose a tag to compare

1.3.3 (2022-11-14)

Bug Fixes

  • rule: optimize rule checks (bcffb64)

v1.3.2

15 Dec 00:10
Compare
Choose a tag to compare

1.3.2 (2021-12-15)

Bug Fixes

  • rule: restore compatibility with ESLint <=v7 (daace2a)

v1.3.1

14 Dec 16:09
Compare
Choose a tag to compare

1.3.1 (2021-12-14)

Bug Fixes

  • print deprecation reason correctly on ts 4.3+ (e3c3c47)