monads v0.3.0 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
  • ๐Ÿšš Implement Comparable(T) to Maybe monad and remove redundant #== method.

    => #5
    => #14

    Multiples methods reimplementations.
    Create Monad(T) and Fonctor(T)

    => #6
    => #16
    => #19
    => #20
    => #23
    => #24
    => #27
    => #28
    => #29
    => #30
    => #31
    => #32

    ๐Ÿ‘‰ Use structs instead of classes

    => #9
    => #22

    ๐Ÿ“‡ Rename Result to Either

    => #10

    โž• Add #inspect for Maybe monads and Either

    => #11
    => #12
    => #13

    โž• Add a CI

    => #15
    => #17
    => #18

    ๐Ÿ›  Fix Block type introspection by using a proc

    => #25