Releases: tstyche/tstyche
7.0.0-beta.3
Important
If you are upgrading from previous version, please be sure to read the release notes.
Added
- New! Add the
.toBeInstantiableWith()matcher (#399)
Full Changelog: v7.0.0-beta.2...v7.0.0-beta.3
7.0.0-beta.2
Important
If you are upgrading from previous version, please be sure to read the release notes.
Added
- Enable checking
@ts-expect-errordirectives in multi-line comments (#696)
Changed
- Breaking! Rename
tstyche/tstycheentry point totstyche/api(#697)
Full Changelog: v7.0.0-beta.1...v7.0.0-beta.2
7.0.0-beta.1
Important
If you are upgrading from previous version, please be sure to read the release notes.
Fixed
- Report incompatible TSConfig options (#693)
Full Changelog: v7.0.0-beta.0...v7.0.0-beta.1
7.0.0-beta.0
Important
If you are upgrading from previous version, please be sure to read the release notes.
Added
- Enable passing JSON string for
tsconfigconfiguration (#688) - Add the
baselineoption fortsconfigconfiguration (#687)
Changed
- Breaking! Change the default configuration file location to
./tstyche.json(#692) - Breaking! Remove the
ignoreoption fortsconfigconfiguration (#691) - Breaking! rename
usesText()component (#678) - Breaking! rename
addsText()component (#677) - Breaking! Remove the
rootPathconfiguration option (#673)
Full Changelog: v6.2.0...v7.0.0-beta.0
6.2.0
6.1.0
6.0.3
Fixed
- When checking type structure, take into account predicate parameter position (#661)
- When checking type structure, ignore unused type parameters in call signatures (#659)
Full Changelog: v6.0.2...v6.0.3
6.0.2
Fixed
- When checking type structure, deduplicate complex unions and intersections (#654)
Full Changelog: v6.0.1...v6.0.2
6.0.1
Fixed
- When checking type structure, compare
targettype of type references (#653)
Full Changelog: v6.0.0...v6.0.1
6.0.0
Important
If you are upgrading from previous version, please be sure to read the release notes.
Changed
- Breaking! Drop support for Node.js 20 (#646)
- Breaking! Remove support for TSTyche plugins (#645)
- Breaking! Drop support for TypeScript
<=5.3(#644) - Breaking! Remove legacy implementation of the
.toBe()matcher (#643) - Breaking! Replace the
.toBe()matcher logic with structure comparison (#636, #638, #639, #640, #641, #642, #648, #649, #650, #651, #652)
Full Changelog: v5.0.2...v6.0.0