Skip to content

Releases: tsdjs/tsd

v0.21.0

13 Jun 06:59
Compare
Choose a tag to compare

v0.20.0...v0.21.0

v0.20.0

01 Apr 17:02
Compare
Choose a tag to compare
  • Upgrade TypeScript to 4.6 5c06110

v0.19.1...v0.20.0

v0.19.1

29 Dec 11:19
Compare
Choose a tag to compare
  • Make expectError support TS2820 error introduced in TypeScript 4.5 (#139) b231b70

v0.19.0...v0.19.1

v0.19.0

18 Nov 14:37
Compare
Choose a tag to compare

v0.18.0...v0.19.0

v0.18.0

12 Oct 18:32
Compare
Choose a tag to compare
  • Upgrade to TypeScript 4.4.3 (#124) eb0e4c5
  • Allow expectError assertions to detect Expected at least arguments error 293ff33

v0.17.0...v0.18.0

v0.17.0

03 Jun 11:01
Compare
Choose a tag to compare

Breaking

Improvements

  • Upgrade to TypeScript 4.3 and allow expectError to detect override 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 of package.json (#116) 6d0ce6c
  • Allow omitting types property for non-barrel main (#112) f1a2057
  • Ignore errors from libs in node_modules folders (#110) 3b61da7

Fixes

  • Fix processing of config files containing the rootDir option (#117) b749113
  • Fix config file parsing to consider the extends option (#109) fc871a1

v0.16.0...v0.17.0

v0.16.0

28 May 13:51
Compare
Choose a tag to compare
  • Upgrade to TypeScript@4.2.4 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 detect this 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...v0.16.0

v0.15.1

11 May 06:54
Compare
Choose a tag to compare
  • Add dom.iterable lib by default 13dd5e3

v0.15.0...v0.15.1

v0.15.0

10 May 17:30
Compare
Choose a tag to compare
  • Add dom lib by default f5b69ed
  • Add support for ESM - fixes #95 d2284a1
  • Allow specifying the test files and typings file manually (#74) 0e9228a

v0.14.0...v0.15.0

v0.14.0

03 Dec 08:26
Compare
Choose a tag to compare

v0.13.1...v0.14.0