Skip to content

Latest commit

 

History

History
150 lines (67 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

150 lines (67 loc) · 6.11 KB

Changelog

3.0.0 (2024-05-31)

Features

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

BREAKING CHANGES

  • Dropped support for ESLint v7.

  • feat: add plugin meta and support typescript-eslint@7

  • Update package.json

Co-authored-by: Alex Malkevich 3644678+gund@users.noreply.github.com

  • Updated lockfile and other dependencies

  • skipLibCheck too

  • Goodbye, ESLint v7

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.

1.5.0 (2023-07-27)

Features

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

1.4.1 (2023-04-05)

Bug Fixes

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

1.4.0 (2023-04-01)

Features

  • add support for Typescript v5 (a9683d9)

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

Bug Fixes

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

Features

  • deps: add Typescript v5 beta support (0d7e2a4)

1.3.3 (2022-11-14)

Bug Fixes

  • rule: optimize rule checks (bcffb64)

1.3.2 (2021-12-15)

Bug Fixes

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

1.3.1 (2021-12-14)

Bug Fixes

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

1.3.0 (2021-12-14)

Features

  • deps: update deps, support of eslint 8 (6cb798c)

1.2.1 (2021-05-04)

Bug Fixes

  • don't flag JSX closing tags (ea60c3d)

1.2.0 (2020-12-07)

Features

  • add ability to show rule for JSX usage (f60558c), closes #8

1.1.1 (2020-12-06)

Bug Fixes

  • package: allow Typescript v4 as a peer dependency (0e31d0c)

1.1.0 (2020-06-03)

Bug Fixes

Features

  • catch more deprecation cases and add tests (33eecd6)

1.0.1 (2020-05-04)

Bug Fixes

  • build: remove typescript from dependencies and keep it as peer dependency only (b724caf), closes #3

1.0.0 (2020-02-16)

Features