Skip to content

v3.8.0

Compare
Choose a tag to compare
@mobily mobily released this 02 Jan 23:07
· 103 commits to master since this release
  • 🐛 fixed O.fromPredicate
  • ♻️ the Option type is now type Option<T> = T | undefined | null (due to this update, adding noUncheckedIndexedAccess to your tsconfig.json is mandatory, you can see other recommended options here)