Skip to content

Latest commit

 

History

History
288 lines (128 loc) · 9.37 KB

CHANGELOG.md

File metadata and controls

288 lines (128 loc) · 9.37 KB

Changelog

14.0.0 (2024-11-20)

⚠ BREAKING CHANGES

  • update base configs and require ESLint >=9.15.0

Features

  • update base configs and require ESLint >=9.15.0 (9fba0d4)

13.0.0 (2024-10-07)

⚠ BREAKING CHANGES

  • update dependencies and support ESLint 9

Miscellaneous Chores

  • update dependencies and support ESLint 9 (545ba81)

12.0.0 (2024-08-01)

⚠ BREAKING CHANGES

  • update typescript-eslint to v8

Features

  • update typescript-eslint to v8 (52a75a1)

11.2.0 (2024-07-03)

Features

11.1.1 (2024-07-03)

Bug Fixes

11.1.0 (2024-07-03)

Features

  • export config extension helper (b5b03c6)

11.0.0 (2024-07-02)

⚠ BREAKING CHANGES

  • migrate to ESLint flat config

Features

  • migrate to ESLint flat config (5241f69)

10.0.0 (2024-06-29)

⚠ BREAKING CHANGES

  • update dependencies

Features

9.0.1 (2024-03-21)

Bug Fixes

  • update peer dependency on ESLint (01731a9)

9.0.0 (2024-03-21)

⚠ BREAKING CHANGES

  • update React config with strict restricted globals

Bug Fixes

  • update React config with strict restricted globals (918f2d2)

8.1.0 (2023-12-05)

Features

8.0.2 (2023-07-18)

Bug Fixes

  • update typescript config (e5ef82a)

8.0.1 (2023-07-18)

Bug Fixes

8.0.0 (2023-07-18)

⚠ BREAKING CHANGES

  • update all configs

Features

7.2.0 (2023-03-29)

Features

  • remove disable of no-floating-promises in adonis v5 config (f165f18)

7.1.0 (2023-03-10)

Features

7.0.0 (2022-11-07)

⚠ BREAKING CHANGES

  • The package was renamed to eslint-config-zakodium and the exported configs have been simplified.

Code Refactoring

  • rename package and simplify config (9731ebb)

6.0.0 (2022-06-02)

⚠ BREAKING CHANGES

  • update dependencies

Features

5.1.1 (2022-03-08)

Bug Fixes

  • correctly extend base configs in typescript-react (c211f27)

5.1.0 (2021-11-15)

Features

5.0.1 (2021-10-15)

Bug Fixes

5.0.0 (2021-10-15)

⚠ BREAKING CHANGES

  • update to ESLint v8

Features

4.0.1 (2021-10-12)

Bug Fixes

  • define all peer dependencies (b75458c)

4.0.0 (2021-10-12)

⚠ BREAKING CHANGES

  • update parent configs

Bug Fixes

3.0.3 (2021-07-13)

Bug Fixes

  • adonis: disable explicit-member-accessibility rule (#12) (09c101c)

3.0.2 (2021-05-10)

Bug Fixes

3.0.1 (2021-02-23)

Bug Fixes

3.0.0 (2021-02-04)

⚠ BREAKING CHANGES

  • remove react-app specific configs

Features

  • remove react-app specific configs (3b62b4d)

2.2.2 (2021-01-18)

Bug Fixes

  • downgrade react/no-unused-prop-types to warning (fcabbc9)

2.2.1 (2020-12-03)

Bug Fixes

  • disable no-floating-promises in adonis config (3456343)

2.2.0 (2020-11-19)

Features

  • add config for js create react app (#5) (e35e04d)

2.1.4 (2020-10-29)

Bug Fixes

  • cra: warn for typescript-eslint/no-unused-vars (7fe1d68)

2.1.3 (2020-10-29)

Bug Fixes

  • cra: disable no-unused-vars in TypeScript files (d13a43b)

2.1.2 (2020-10-26)

Bug Fixes

  • disable no-unused-vars correctly (520af06)
  • update dependencies (aca8c91)