Releases: tsdjs/tsd
Releases Β· tsdjs/tsd
v0.23.0
- Upgrade to TypeScript 4.8 e1a9c95
v0.22.0
v0.21.0
v0.20.0
- Upgrade TypeScript to 4.6 5c06110
v0.19.1
v0.19.0
v0.18.0
v0.17.0
Breaking
- Require Node.js 12 f94f918
Improvements
- Upgrade to TypeScript 4.3 and allow
expectError
to detectoverride
related errors (#108) f2cfca7 - Implement
printType
helper to print the type of the passed expression as a warning (#115) 6480ca9 - Process gitignore-style patterns in
files
property ofpackage.json
(#116) 6d0ce6c - Allow omitting
types
property for non-barrel main (#112) f1a2057 - Ignore errors from libs in
node_modules
folders (#110) 3b61da7
Fixes
v0.16.0
- Upgrade to [email protected] 05f9f3b
- Fix missing ES types regression in 0.15 (#100) b39bd98
- Handle multiple diagnostic errors in a single
expectError
assertion (#103) 87f7109 - Allow
expectError
directives to detect parameter count mismatches (#102) 8fe3924 - Allow
expectError
assertions to detect non-callable/non-constructable values/expressions (#104) 27ccc49 - Allow
expectError
assertions to detectthis
type mismatches on class methods (#105) abf7082 - Detect "Type X has no properties in common with type Y" in
expectError
(TS2559) (#97) 27c93af
v0.15.1
- Add dom.iterable lib by default 13dd5e3