Skip to content

0.1.4

Choose a tag to compare

@nev21 nev21 released this 04 Jan 04:23
· 66 commits to main since this release
712f445

Changelog

  • Fix TypeScript compilation errors in test files for stricter type checking
    • Fixed possibly undefined error.stack and error.props references with non-null assertions
    • Fixed null arguments in AssertionError constructors - use undefined instead
    • Fixed missing property initialization in test class constructors
    • Fixed missing required arguments in hasPropertyDescriptor test cases
    • All tests now compile cleanly with TypeScript ~5.2.2

What's Changed

  • Implementation improvements: by @nev21 in #215
  • [Release] Increase version to 0.1.4 by @nev21 in #216

Full Changelog: v0.1.3...v0.1.4