Skip to content

v9.0.0

Choose a tag to compare

@bfren bfren released this 26 Apr 08:12
· 157 commits to main since this release
6f5d571

Major updates

  • Adding MaybeCache<TKey, TValue> with async support (#57)
  • Moving Some<T> and None<T> from Internals to root namespace (#58) - breaking change

Minor updates

  • Renaming 'message' and 'msg' arguments as 'reason' (#59)
  • Adding monad tests from ploeh.dk (#65)
  • Improving null handling (#67)
  • Using AssertType<T>() test pattern throughout (#68)

Full Changelog: v8.3.0...v9.0.0