Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

v8.0.0

Compare
Choose a tag to compare
@seambot seambot released this 24 Jul 16:29
· 95 commits to main since this release

8.0.0 (2023-07-24)

Bug Fixes

  • Treat undefined and missing options passed to Seam the same way (8544e27)

BREAKING CHANGES

  • Passing undefined to the Seam constructor will now use a default value instead of undefined. If you are explicitly passing any options as undefined and expecting them to be unset, instead pass them explicitly as null.

Co-authored-by: Evan Sosenko [email protected]