Skip to content

v6.0.0

Compare
Choose a tag to compare
@nlfiedler nlfiedler released this 22 Jun 00:55
· 10 commits to master since this release

Changed

  • Now requires Dart SDK version 3 or higher.
  • BREAKING CHANGE: Both Option and Result are now sealed classes
    which allows for the use of exhaustive pattern matching.
  • feelsantiago: introduced the sealed class change to Option and Result.