Skip to content

Releases: elm-community/maybe-extra

5.3.0

17 Dec 23:50
Compare
Choose a tag to compare

New function:

Performance improvements:

  • combine
  • traverse
  • prev
  • next

All commits:

Full Diff

5.2.1

29 Oct 01:42
Compare
Choose a tag to compare
  • Faster filter implementation

All commits:

Full Diff

5.2.0

08 Mar 22:23
Compare
Choose a tag to compare
  • New functions (#50):
    • andThen2
    • andThen3
    • andThen4
  • Fix license discrepancy in README (#52)
  • Add some documentation (#54)

5.1.0

25 Nov 13:42
Compare
Choose a tag to compare
  • New functions:
    • cons : Maybe.Maybe a -> List.List a -> List.List a
    • orList : List.List (Maybe.Maybe a) -> Maybe.Maybe a
    • orListLazy : List.List (() -> Maybe.Maybe a) -> Maybe.Maybe a
    • oneOf : List.List (a -> Maybe.Maybe b) -> a -> Maybe.Maybe b
  • Rewrite and reorganize docs
  • Add tests

5.0.0

11 Nov 15:49
Compare
Choose a tag to compare
  • Remove (?) infix function for Elm 0.19
  • Upgrade to Elm 0.19
  • Add contributing and license section to Readme

Released 2018-09-04

4.0.0

01 Mar 15:17
Compare
Choose a tag to compare

Breaking Changes

  • Rename maybeToList to toList, and maybeToArray to toArray

3.0.0

03 Nov 22:54
Compare
Choose a tag to compare

Breaking Changes

  • Upgrade to Elm 0.18