Skip to content

Latest commit

ย 

History

History
347 lines (179 loc) ยท 16.1 KB

CHANGELOG.md

File metadata and controls

347 lines (179 loc) ยท 16.1 KB

Change Log

This repository adheres to semantic versioning and follows the conventions of keepachangelog.com

8.1.1 (2025-01-28)

Bug Fixes

  • Turn off undef in TS, catch statement exceptions (#39) (35b7ee4)

8.1.0 (2025-01-24)

Features

8.0.4 (2025-01-09)

Bug Fixes

8.0.3 (2025-01-09)

Bug Fixes

  • Update typescript projectService rule, eslint.config.js linting (#33) (9a28c55)

8.0.2 (2025-01-08)

Bug Fixes

8.0.1 (2025-01-08)

Bug Fixes

8.0.0 (2025-01-08)

โš  BREAKING CHANGES

  • Upgrade eslint-config to use new flat file configuration structure (#27)

Features

  • Upgrade eslint-config to use new flat file configuration structure (#27) (8d27e29)

7.2.2 (2025-01-05)

Bug Fixes

7.2.1 (2024-10-06)

Bug Fixes

  • Don't need no-undef for Typescript (#23) (cfc9ed8)

7.2.0 (2023-12-06)

Features

  • Move parser and plugin to peerDeps (#21) (6df5c60)

7.1.1 (2023-04-27)

Bug Fixes

7.1.0 (2023-04-27)

Features

7.0.1 (2023-04-20)

Bug Fixes

  • Update README.md with company name (#15) (464f5d0)

7.0.0 (2022-11-13)

โš  BREAKING CHANGES

  • Remove require-await rule, update ts-eslint deps for better decorator support (#11)

Features

  • Remove require-await rule, update ts-eslint deps for better decorator support (#11) (4c98fed)

6.3.0 (2022-11-11)

Features

  • Reduce aggressiveness of typescript naming-convention (#9) (62ee964)

6.2.0 (2022-08-23)

Features

  • Limit scope of trailing comma rule (#7) (6f6f0f0)

6.1.0 (2022-08-21)

Features

  • Relax naming and complexity rules (#5) (8404a51)

6.0.1 (2022-08-06)

Bug Fixes

6.0.0 (2022-08-02)

โš  BREAKING CHANGES

  • Enforce strong typescript naming conventions, move presets to configs dir (#13)
  • Rename eslint-config repo, typescriptService as typescript (#11)
  • Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7)

Features

  • Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7) (06b3675)
  • Enforce strong typescript naming conventions, move presets to configs dir (#13) (078af5f)
  • Rename eslint-config repo, typescriptService as typescript (#11) (944edb6)

Bug Fixes

  • Add missing format from @typescript-eslint rules (#21) (780be0f)
  • Add release-please for version management, publish to npmjs (#3) (40fec4e)
  • Allow destructured variables to be snake case, closes #28 (#29) (f748b96)
  • Allow leadingUnderscore for const variable names (#23) (62bc3be)
  • Incorrect typescript rules, add curly eslint rule (#15) (7cc8c9f)
  • Move most peerDeps into deps as these are required (#26) (4da1cca)
  • Move prefer-arrow/import plugins from extends to plugin (#9) (812687d)
  • Removed extreneous max-len ignorePattern (#17) (11d56fc)
  • Space after strictCamelCase (#19) (64d995a)

5.0.7 (2022-07-02)

Bug Fixes

  • Allow destructured variables to be snake case, closes #28 (#29) (f748b96)

5.0.6 (2022-06-21)

Bug Fixes

  • Move most peerDeps into deps as these are required (#26) (4da1cca)

5.0.5 (2022-06-18)

Bug Fixes

  • Allow leadingUnderscore for const variable names (#23) (62bc3be)

5.0.4 (2022-06-18)

Bug Fixes

5.0.3 (2022-06-18)

Bug Fixes

5.0.2 (2022-06-18)

Bug Fixes

  • Removed extreneous max-len ignorePattern (#17) (11d56fc)

5.0.1 (2022-06-18)

Bug Fixes

  • Incorrect typescript rules, add curly eslint rule (#15) (7cc8c9f)

5.0.0 (2022-06-18)

โš  BREAKING CHANGES

  • Enforce strong typescript naming conventions, move presets to configs dir (#13)

Features

  • Enforce strong typescript naming conventions, move presets to configs dir (#13) (078af5f)

4.0.0 (2022-06-16)

โš  BREAKING CHANGES

  • Rename eslint-config repo, typescriptService as typescript (#11)

Features

  • Rename eslint-config repo, typescriptService as typescript (#11) (944edb6)

3.0.1 (2022-05-22)

Bug Fixes

  • Move prefer-arrow/import plugins from extends to plugin (#9) (812687d)

3.0.0 (2022-05-22)

โš  BREAKING CHANGES

  • Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7)

Features

  • Change config name from eslint-config-spoke to eslint-config-danieljimeneznz (#7) (06b3675)

2.0.1 (2022-05-22)

Bug Fixes

  • Add release-please for version management, publish to npmjs (#3) (40fec4e)

2.0.0 - 2021-10-16

Changed

  • Upgrade deps
    • eslint ^7.32.0 โ†’ ^8.0.1
    • @typescript-eslint/parser ^4.31.1 โ†’ ^5.0.0
    • @typescript-eslint/eslint-plugin ^4.31.1 โ†’ ^5.0.0

1.0.1 - 2021-09-18

Changed

  • Move to main branch naming
  • Upgrade deps
    • eslint ^7.29.0 โ†’ ^7.32.0
    • @typescript-eslint/parser ^4.28.1 โ†’ ^4.31.1
    • @typescript-eslint/eslint-plugin ^4.28.1 โ†’ ^4.31.1

1.0.0 - 2021-06-28

Changed

  • Allow "compatible with version" peer dependencies
  • Upgrade deps
    • @typescript-eslint/parser 4.27.0 โ†’ 4.28.1
    • @typescript-eslint/eslint-plugin 4.27.0 โ†’ 4.28.1

Removed

  • babel & flow configs as these are unused

0.5.0 - 2021-06-18

Changed

  • Upgrade deps
    • eslint 6.8.0 โ†’ 7.29.0
    • eslint-plugin-flowtype 4.5.3 โ†’ 5.7.2
    • @typescript-eslint/parser 2.14.0 โ†’ 4.27.0
    • @typescript-eslint/eslint-plugin 2.14.0 โ†’ 4.27.0
  • Moved package from building using circleci/npmjs to github packages

Removed

  • @typescript-eslint/class-name-casing eslint rule

0.4.0 - 2020-10-03

Added

  • ESLint rules. These can be automatically fixed.
    • brace-style for if-else try-catch etc
    • array-bracket-spacing
    • space-before-blocks
    • space-before-function-paren
    • comma-dangle to enforce dangling commas or multi-line items in objects

0.3.0 - 2020-07-24

Removed

  • Dependency on tslint
    • Only the tslint one-line rule is not covered by configured eslint defaults.

0.2.0 - 2020-07-16

Added

  • node Preset

0.1.0 - 2020-01-06

Added

  • babel, common, flow, mocha, node and typecript Configs
  • common, flowService and typescriptService Presets