Skip to content

Latest commit

 

History

History
270 lines (123 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

270 lines (123 loc) · 12.3 KB

5.0.3 (2024-07-15)

Bug Fixes

  • fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)

5.0.3-next.1 (2024-07-15)

Bug Fixes

  • fixes @typescript-eslint/restrict-template-expressions configuration (9013d86)

5.0.2 (2024-07-11)

Bug Fixes

  • allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)

5.0.2-next.1 (2024-07-11)

Bug Fixes

  • allows number in string templates for @typescript-eslint/restrict-template-expressions (2ba7e33)

5.0.1 (2024-05-15)

Bug Fixes

  • base: [sonarjs] use recommended-legacy configuration (baa1736)

5.0.0 (2024-05-13)

Bug Fixes

  • merge brought in unintentional downgrade (39fc2ec)

Features

  • added react-refresh to react config (8a9c441)
  • perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)
  • update package typescript-eslint@7 (b2990b5)
  • update version (cdfd4cc)

BREAKING CHANGES

  • update to typescript-eslint@7

5.0.0-next.3 (2024-04-25)

Features

  • perfectionist: adapt the rule configuration to sort-intersection-types (f2a2f94)

5.0.0-next.2 (2024-04-09)

Bug Fixes

  • merge brought in unintentional downgrade (39fc2ec)

Features

  • added react-refresh to react config (8a9c441)
  • update version (cdfd4cc)

5.0.0-next.1 (2024-03-14)

Features

  • update package typescript-eslint@7 (b2990b5)

BREAKING CHANGES

  • update to typescript-eslint@7

4.2.0 (2024-03-14)

Features

4.1.0 (2024-01-18)

Features

  • add reportUnusedDisableDirectives setting to base (d73d2e6)

4.0.1 (2023-11-16)

Bug Fixes

  • perfectionist: reenable recommended groups configuration of perfectionist/sort-classes (8fa1e5b), closes #16

4.0.0 (2023-11-10)

Bug Fixes

  • fixes wrong type hints in base config and react config (ef60c9f)
  • perfectionist: update import groups configuration (2513e42)
  • perfectionist: natural sorting for imports and objects (2dcb782)
  • perfectionist: refine groups to sort imports (9fd31cc)

Features

  • base: move consistent type imports rules into strict configuration (1c55d79)
  • local: add shared-config for performance improvements for local development (07dd315)
  • perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)
  • perfectionist: extend rule sort-named-imports (bb00813)
  • typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)

Performance Improvements

  • base: disable import rules recommended by typescript-eslint (f35b2a8)

BREAKING CHANGES

  • typescript: Enforces a new import style for TypeScript types

4.0.0-next.4 (2023-11-09)

Bug Fixes

  • fixes wrong type hints in base config and react config (ef60c9f)

4.0.0-next.3 (2023-11-09)

Features

  • local: add shared-config for performance improvements for local development (07dd315)

Performance Improvements

  • base: disable import rules recommended by typescript-eslint (f35b2a8)

4.0.0-next.2 (2023-10-26)

Features

  • base: move consistent type imports rules into strict configuration (1c55d79)

4.0.0-next.1 (2023-10-19)

Features

  • typescript: enable "@typescript-eslint/consistent-type-imports" rule (15d5447)

BREAKING CHANGES

  • typescript: Enforces a new import style for TypeScript types

3.1.0-next.2 (2023-10-16)

Features

  • perfectionist: extend rule sort-named-imports (bb00813)

3.1.0-next.1 (2023-09-26)

Bug Fixes

  • perfectionist: update import groups configuration (2513e42)
  • perfectionist: natural sorting for imports and objects (2dcb782)
  • perfectionist: refine groups to sort imports (9fd31cc)

Features

  • perfectionist: extend all the rules for natural sorting with ignoring the lower/upper case (03d7fdc)

3.0.0 (2023-09-13)

Features

  • add eslint-plugin-perfectionist (92c629b)
  • update to eslint-plugin-perfectionist@2 (5da0d2d)

BREAKING CHANGES

  • update to eslint-plugin-perfectionist@2
  • add eslint-plugin-perfectionist and remove eslint-plugin-sort-keys-plus

2.0.0 (2023-08-14)

Features

  • update to typescript-eslint@6 (dc77acf)

BREAKING CHANGES

  • update to typescript-eslint@6

1.1.4 (2023-06-01)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] ignore configuration files on eslintrc file level (a50fdf2)

1.1.3 (2023-04-19)

Bug Fixes

  • eslint-plugin: [parserOptions] improve monorepo support (7e97ec0)

1.1.2 (2023-04-19)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] support CJS and ESM file extension on specified files (4d872bf)

1.1.1 (2023-03-07)

Bug Fixes

  • eslint-plugin: [import/no-unused-modules] ignore rule on specified files (be03c76)

1.1.0 (2023-03-01)

Features

  • react: disallow the use of TypeScript enums (cd7fc5c)

1.0.1 (2023-02-16)

Bug Fixes

  • deps: eslint rules not found (f74af62)

1.0.0 (2023-02-07)

Features