Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
242 lines (127 loc) · 9.67 KB

CHANGELOG.md

File metadata and controls

242 lines (127 loc) · 9.67 KB

Change Log

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

7.1.1 (2023-04-27)

Bug Fixes

7.1.0 (2023-04-27)

Features

7.0.0 (2022-11-12)

⚠ BREAKING CHANGES

  • Remove require-await rule (#40)

Features

6.1.1 (2022-11-11)

Bug Fixes

  • Update ts-eslint deps for better decorator support (#38) (2b40dc4)

6.1.0 (2022-11-11)

Features

  • Reduce aggressiveness of typescript naming-convention (#36) (62b86a3)

6.0.1 (2022-11-10)

Bug Fixes

  • Require comma dangle on import/exports (#34) (d193641)

6.0.0 (2022-08-21)

⚠ BREAKING CHANGES

  • Remove camelcase rule from eslint, reduce ts camelcase strictness (#31)

Features

  • Remove camelcase rule from eslint, reduce ts camelcase strictness (#31) (3aa7e07)

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