Skip to content

2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrazauskas mrazauskas released this 28 Mar 20:17
· 132 commits to main since this release

Important

If you are upgrading from previous version, please be sure to read the release notes.

Changed

  • Breaking! Allow selecting test files with any extensions (#153)
  • Breaking! Deprecate .toEqual() in favour of .toBe() (#151)
  • Breaking! Deprecate .toBeAssignable() in favour of .toBeAssignableWith() (#142)

Added

  • Do not allow --watch in CI environments (#173)
  • New! Add the watch mode (#170)
  • Add the SelectService class (#165)
  • Collect and handle nested expect() assertions (#156)
  • New! Add .toBe() matcher (#151)
  • New! Add .toBeAssignableTo() and .toBeAssignableWith() matchers (#141)

Full Changelog: v1.1.0...v2.0.0-beta.0