returns v0.8.0 Release Notes

Release Date: 2019-06-17 // almost 5 years ago
  • ๐Ÿ”‹ Features

    • Reintroduces the Maybe container, typed!
    • Introduces converters from one type to another
    • โž• Adds mypy plugin to type decorators
    • Complete rewrite of Result types
    • Partial API change, now Success and Failure are not types, but functions
    • ๐Ÿ†• New internal types introduced: FixableContainer and ValueUnwrapContainer

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes issue when you could return IO container from Result.bind
    • ๐Ÿ›  Fixes @pipeline return type

    Misc

    • Reapplied all types to .py files
    • ๐Ÿ‘Œ Improved docs about IO and Container concept
    • โž• Adds docs about container composition
    • ๐Ÿšš Moves from Alpha to Beta