Skip to content

Latest commit

 

History

History
62 lines (27 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

62 lines (27 loc) · 2.47 KB

Changelog

0.2.6 (2024-03-24)

Bug Fixes

  • deps: bump @typescript-eslint/parser peer to ^7.0.0 (2fbac11)

0.2.5 (2023-12-18)

Bug Fixes

  • remove dependency so it can be used with @typescript-eslint/parser@^6 (73713ef)

0.2.4 (2023-07-10)

Bug Fixes

  • on-parameters: get the node of a decorator when parameters have accessibility modifiers (a9ca467)

0.2.3 (2023-07-03)

Bug Fixes

  • on-methods: correct autofix on methods without decorator (65cdeb4)

0.2.2 (2023-07-02)

Bug Fixes

  • ci: correct build order (c8dd19a)

0.2.1 (2023-07-02)

Bug Fixes

  • docs: run lint after documentation generation (fb51f84)

0.2.0 (2023-07-02)

Features

  • preset: add configuration presets (6aa5cc3)

0.1.0 (2023-07-01)

Bug Fixes

  • do not try to get decorators from constructor when fixing (46ef8ac)

Features

  • add a basic implementation (427c4e3)