Skip to content

Latest commit

 

History

History
120 lines (53 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

120 lines (53 loc) · 2.28 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2024-01-10)

⚠ BREAKING CHANGES

  • major version upgrades to several plugins

Features

  • switch to yarn, upgrade all dependencies c4005ce

4.0.1 (2023-06-17)

Bug Fixes

  • no-conditional-statements now has an s, enable functional-parameters 1953618

4.0.0 (2023-05-29)

⚠ BREAKING CHANGES

  • requires eslint-plugin-functional v5

Features

  • upgrade eslint-plugin-functional to v5 a0382db

3.1.2 (2022-06-15)

Bug Fixes

  • bigints must be provided as strings 6a3852d

3.1.1 (2022-06-15)

Bug Fixes

  • update eslint-plugin to support bigint in no-magic-numbers f87591a

3.1.0 (2022-06-04)

Features

  • ignore -1n, 0n, and 1n magic numbers 074b5f1

3.0.0 (2022-05-13)

⚠ BREAKING CHANGES

  • requires eslint-plugin-prettier, several new rules

  • feat(eslint 8): 2a1df82

2.1.0 (2020-09-12)

Features

Bug Fixes

  • no-duplicate-imports: replace with import/no-duplicates 6219b73

2.0.0 (2020-06-18)

⚠ BREAKING CHANGES

  • upgrade to eslint 7

  • upgrade deps fd8d50e

1.2.0 (2020-03-06)

Features

  • add import/no-useless-path-segments ccddb9c

1.1.1 (2020-03-06)

Bug Fixes

  • eslint-plugin-import: extend the typescript settings for eslint-plugin-import d06e3b2

1.1.0 (2020-03-04)

Features

  • add eslint-plugin-tsdoc 02f09f6

1.0.2 (2020-02-29)

Bug Fixes

  • deprecate ban-ts-ignore in favor of ban-ts-comment b8ae3d8

1.0.1 (2020-02-21)

Bug Fixes

  • @typescript-eslint/no-magic-numbers: add -1 to ignored numbers (for use with indexOf) 818c463

1.0.0 (2020-02-11)