Skip to content

v0.16.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 28 May 13:51
  • 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