Skip to content

Releases: RebeccaStevens/is-immutable-type

v5.0.1

01 Jan 19:07
Compare
Choose a tag to compare

5.0.1 (2025-01-01)

v5.0.0

03 Aug 08:48
Compare
Choose a tag to compare

5.0.0 (2024-08-03)

Bug Fixes

BREAKING CHANGES

  • drop support for typescript-eslint v7 in favor typescript-eslint v8.

v4.0.0

22 Apr 14:32
Compare
Choose a tag to compare

4.0.0 (2024-04-22)

Features

BREAKING CHANGES

  • TypeMatchesPatternSpecifier's signature has changed
  • TypeMatchesPatternSpecifier's signature has changed

v3.1.0

15 Apr 04:57
Compare
Choose a tag to compare

3.1.0 (2024-04-15)

Features

  • allow for overriding how we check if a type matches a specifier (b3bb9f3)
  • allow for overriding how we check if a type matches a specifier (#406) (9480a37)

v3.0.0

15 Apr 04:54
Compare
Choose a tag to compare

3.0.0 (2024-04-15)

Performance Improvements

  • simplify how type are converted to string (2b545e4)
  • simplify how type are converted to string (#405) (39d5d21)

BREAKING CHANGES

  • types aren't processed as much and thus not all override patterns are still
    supported
  • types aren't processed as much and thus not all override patterns are still
    supported

v2.1.1

14 Apr 08:27
Compare
Choose a tag to compare

2.1.1 (2024-04-14)

Bug Fixes

  • use safe way of getting an identifier's text (18ef5e0)

v2.1.0

14 Apr 07:29
Compare
Choose a tag to compare

2.1.0 (2024-04-14)

Features

  • file specifiers can now use globs to match the file path (d4e60a2)
  • file specifiers can now use globs to match the file path (#404) (cf68cc0)

v2.0.6

06 Apr 09:22
Compare
Choose a tag to compare

2.0.6 (2024-04-06)

Bug Fixes

v2.0.5

04 Apr 02:22
Compare
Choose a tag to compare

2.0.5 (2024-04-04)

Bug Fixes

  • improve comparison of file paths (ce76598)

v2.0.4

22 Mar 11:13
Compare
Choose a tag to compare

2.0.4 (2024-03-22)

Bug Fixes

  • regression in getting a type's name (3864987)