Skip to content

Latest commit

 

History

History
315 lines (87 loc) · 9.23 KB

CHANGELOG.md

File metadata and controls

315 lines (87 loc) · 9.23 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.32.0 (2022-08-01)

Note: Version bump only for package @typescript-eslint/type-utils

5.31.0 (2022-07-25)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.7 (2022-07-18)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.6 (2022-07-11)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.5 (2022-07-04)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.4 (2022-07-03)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.3 (2022-07-01)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.2 (2022-07-01)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.1 (2022-07-01)

Note: Version bump only for package @typescript-eslint/type-utils

5.30.0 (2022-06-27)

Note: Version bump only for package @typescript-eslint/type-utils

5.29.0 (2022-06-20)

Note: Version bump only for package @typescript-eslint/type-utils

5.28.0 (2022-06-13)

Note: Version bump only for package @typescript-eslint/type-utils

5.27.1 (2022-06-06)

Note: Version bump only for package @typescript-eslint/type-utils

5.27.0 (2022-05-30)

Features

5.26.0 (2022-05-23)

Note: Version bump only for package @typescript-eslint/type-utils

5.25.0 (2022-05-17)

Note: Version bump only for package @typescript-eslint/type-utils

5.24.0 (2022-05-16)

Note: Version bump only for package @typescript-eslint/type-utils

5.23.0 (2022-05-09)

Note: Version bump only for package @typescript-eslint/type-utils

5.22.0 (2022-05-02)

Note: Version bump only for package @typescript-eslint/type-utils

5.21.0 (2022-04-25)

Note: Version bump only for package @typescript-eslint/type-utils

5.20.0 (2022-04-18)

Note: Version bump only for package @typescript-eslint/type-utils

5.19.0 (2022-04-11)

Note: Version bump only for package @typescript-eslint/type-utils

5.18.0 (2022-04-04)

Note: Version bump only for package @typescript-eslint/type-utils

5.17.0 (2022-03-28)

Note: Version bump only for package @typescript-eslint/type-utils

5.16.0 (2022-03-21)

Note: Version bump only for package @typescript-eslint/type-utils

5.15.0 (2022-03-14)

Note: Version bump only for package @typescript-eslint/type-utils

5.14.0 (2022-03-07)

Bug Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] handle class sharp private field and member without throwing error (#4343) (a65713a)

5.13.0 (2022-02-28)

Features

  • eslint-plugin: add no-redundant-type-constituents rule (#4378) (63d051e)

5.12.1 (2022-02-21)

Bug Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] fix comparison of types (#4555) (fc3936e)

5.12.0 (2022-02-14)

Note: Version bump only for package @typescript-eslint/type-utils

5.11.0 (2022-02-07)

Note: Version bump only for package @typescript-eslint/type-utils

5.10.2 (2022-01-31)

Note: Version bump only for package @typescript-eslint/type-utils

5.10.1 (2022-01-24)

Note: Version bump only for package @typescript-eslint/type-utils

5.10.0 (2022-01-17)

Bug Fixes

  • type-utils: check IndexSignature internals when checking isTypeReadonly (#4417) (ef3147c), closes #4410 #3714
  • type-utils: intersection types involving readonly arrays are now handled in most cases (#4429) (5046882)
  • type-utils: isTypeReadonly now handles conditional types (#4421) (39a6806)
  • type-utils: union types always being marked as readonly (#4419) (99ab193)

Features

  • rename experimental-utils to utils and make experimental-utils an alias to the new package (#4172) (1d55a75)
  • type-utils: make isTypeReadonly's options param optional (#4415) (3a07a56)

5.9.1 (2022-01-10)

Note: Version bump only for package @typescript-eslint/type-utils

5.9.0 (2022-01-03)

Features

  • experimental-utils: move isTypeReadonly from eslint-plugin to experimental-utils (#3658) (a9eb0b9)