monads v0.4.0 Release Notes

Release Date: 2019-05-22 // almost 5 years ago
  • ๐Ÿ†• New Try monad

    => #47

    ๐Ÿ†• New Task monad

    => #45

    ๐Ÿ‘Œ Improve List monad

    ๐ŸŽ‰ Initialize list with [](*args)
    => #34

    โž• Add List#reverse
    => #41

    โž• Add Comparable
    => https://github.com/alex-lairan/monads/pull/35/files

    โž• Add List#next and Indexable
    => #36
    => #42

    โž• Add #sort and #sort_by
    => #43
    => #44

    โž• Add #permutations, #subsequences and #join
    => #40

    โž• Add #last and #empty
    => #39

    โž• Add #to_s and #inspect
    => #38

    Misc

    โž• Add #| (bind) and #>> (sequence) operator
    => #46

    โšก๏ธ Update readme
    => #48
    => #50 Thanks @amelie-certin