Releases: RebeccaStevens/is-immutable-type
Releases · RebeccaStevens/is-immutable-type
v5.0.0
5.0.0 (2024-08-03)
Bug Fixes
BREAKING CHANGES
- drop support for typescript-eslint v7 in favor typescript-eslint v8.
v4.0.0
4.0.0 (2024-04-22)
Features
BREAKING CHANGES
TypeMatchesPatternSpecifier
's signature has changed
- TypeMatchesPatternSpecifier's signature has changed
v3.1.0
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
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
2.1.1 (2024-04-14)
Bug Fixes
- use safe way of getting an identifier's text (18ef5e0)
v2.1.0
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
2.0.6 (2024-04-06)
Bug Fixes
v2.0.5
2.0.5 (2024-04-04)
Bug Fixes
- improve comparison of file paths (ce76598)
v2.0.4
2.0.4 (2024-03-22)
Bug Fixes
- regression in getting a type's name (3864987)