returns v0.9.0 Release Notes

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

    • Provides a bunch of primitive interfaces to write your own containers
    • โž• Adds .map_failure() method
    • โž• Adds flatten() function to join nested containers

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixes type of Maybe.fix and Maybe.rescue to work with both lambda: 1 and lambda _: 1

    Misc

    • ๐Ÿ‘Œ Improves README