Skip to content

Releases: robrix/Either

Alternatively

02 Nov 17:18
Compare
Choose a tag to compare
  • [fixed] EitherType.either is marked as rethrows.

1.3: Else

17 Oct 13:20
Compare
Choose a tag to compare
  • [new] Swift 2 support.

1.2.2: Otherwise

10 May 02:36
Compare
Choose a tag to compare
  • [fixed] Pins transitive dependencies to compatible versions, not SHAs.

1.2.1: Or

09 May 16:17
Compare
Choose a tag to compare
  • [fixed] App extension API only.
  • [fixed] The Mac framework builds for x86_64 only.

1.2: I Love Ambiguity More Than @numist

25 Apr 19:20
Compare
Choose a tag to compare
  • [new] Swift 1.2 support.
  • [new] ||| disjunction operator.
  • [new] iOS target for 8.0+, h/t @gfontenot!
  • [new] flatMap method.
  • [new] >>- flat map/bind operator.
  • [fixed] either’s parameters have external labels.
  • [fixed] Minimum deployment target for OS X lowered to 10.9.

1.2 beta 1

28 Feb 16:16
Compare
Choose a tag to compare
1.2 beta 1 Pre-release
Pre-release
  • [new] Swift 1.2b2 support.
  • [new] ||| disjunction operator.
  • [new] iOS target for 8.0+, h/t @gfontenot!
  • [new] flatMap method.
  • [new] >>- flat map/bind operator.
  • [fixed] either’s parameters have external labels.
  • [fixed] Minimum deployment target for OS X lowered to 10.9.

1.1

12 Feb 00:04
Compare
Choose a tag to compare
1.1
  • [new] left property returning the value of left instances, or nil.
  • [new] right property returning the value of right instances, or nil.
  • [new] map method applying a function to right instances and returning a new instance.
  • [new] >>- (“flat map,” or “bind”) operator applying a function to right instances and returning the instance produced by that function.