Skip to content

Releases: robrix/Prelude

3.0.1: A managed Package

19 Jul 13:21
a048b7a
Compare
Choose a tag to compare
  • Adds support for the Swift package manager thanks to @nxtstep.

3.0.0

10 Oct 06:01
Compare
Choose a tag to compare

[fixed] associativity for <| from left to right.
[removed] unit

2.0

18 Sep 01:51
Compare
Choose a tag to compare
2.0
  • [New] Swift3.0 support

1.5.0: Präludium

09 May 16:15
Compare
Choose a tag to compare
  • [new] Swift 1.2 support.
  • [new] &&& operator for Optional conjunction.
  • [new] unit function to construct Optionals.
  • [new] binary swap function to reverse the order of 2-tuples.
  • [fixed] Lowered the minimum deployment target for OS X to 10.9.
  • [fixed] Lowered the minimum deployment target for iOS to 8.0.
  • [fixed] App extension API only.
  • [fixed] The Mac framework is built for x86_64 only.

1.5 beta 1

28 Feb 16:12
Compare
Choose a tag to compare
1.5 beta 1 Pre-release
Pre-release
  • [new] Swift 1.2b2 support.
  • [new] &&& operator for Optional conjunction.
  • [new] unit function to construct Optionals.
  • [new] binary swap function to reverse the order of 2-tuples.
  • [fixed] Lowered the minimum deployment target for OS X to 10.9.
  • [fixed] Lowered the minimum deployment target for iOS to 8.0.

1.4

12 Feb 00:09
Compare
Choose a tag to compare
1.4
  • [new] <| overload for quaternary functions.
  • [new] flip overload for quaternary functions.
  • See the full diff.

1.3

13 Jan 14:56
Compare
Choose a tag to compare
1.3
  • Improved: Increased precedence of |> and <|
  • Improved: Made <| left associative
  • New: binary and ternary versions of <|
  • New: ternary version of flip
  • Diff since 1.2

1.2

11 Dec 18:55
Compare
Choose a tag to compare
1.2
  • [new] iOS framework target courtesy of @robb

v1.1

07 Dec 19:13
Compare
Choose a tag to compare

Changes since 1.0: