Skip to content

dart_sealed version 1.5.0

Choose a tag to compare

@FatulM FatulM released this 02 Aug 13:07
· 50 commits to master since this release
  • Removed support for super_enum API
  • Removed support for non null-safe projects
  • Removed whenOrThrow, whenOrNull and whenOrDefault
  • Removed wrapping functionality (#1)
  • Rename whenOrElse to maybeWhen (#1)
  • Rename whenPartial to partialWhen (#1)
  • Refactor partialWhen implementation
  • Added map, maybeMap and partialMap methods (#1)