Releases: robrix/Prelude
Releases · robrix/Prelude
3.0.1: A managed Package
3.0.0
[fixed] associativity for <| from left to right.
[removed] unit
2.0
1.5.0: Präludium
- [new] Swift 1.2 support.
- [new]
&&&operator forOptionalconjunction. - [new]
unitfunction to constructOptionals. - [new] binary
swapfunction 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_64only.
1.5 beta 1
- [new] Swift 1.2b2 support.
- [new]
&&&operator forOptionalconjunction. - [new]
unitfunction to constructOptionals. - [new] binary
swapfunction 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
- [new]
<|overload for quaternary functions. - [new]
flipoverload for quaternary functions. - See the full diff.
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
v1.1
Changes since 1.0:
- New:
<|and|>function application operators - New:
flipfunction - Improved: usage guide in
README.md - Diff since 1.0
- Diff since 1.0.1