Skip to content

0.3.0

Compare
Choose a tag to compare
@KeRNeLith KeRNeLith released this 01 Aug 23:37

Version 0.3.0

  • General:

    • Add missing JetBrains annotations.
  • Maybe:

    • Add explicit and implicit converters to Result/Result<T>/CustomResult<TError>/Result<T, TError>.
  • Results:

    • Result can now always embed an Exception (for Warning and Failure).
    • Add scopes to safely return a Result of any type.
    • Add explicit and implicit converters to Maybe.