All Versions
10
Latest Version
Avg Release Cycle
147 days
Latest Release
2275 days ago
Changelog History
Changelog History
-
v3.0.1 Changes
July 19, 2018- β Adds support for the Swift package manager thanks to @nxtstep.
-
v3.0.0 Changes
October 10, 2016π [fixed] associativity for
<|
from left to right.
π [removed]unit
-
v2.0.0 Changes
September 18, 2016- π [New] Swift3.0 support
-
v1.6.0
February 04, 2016 -
v1.5.0 Changes
May 09, 2015- [new] Swift 1.2 support.
- [new]
&&&
operator forOptional
conjunction. - [new]
unit
function to constructOptional
s. - [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.
-
v1.5.0-beta.1 Changes
February 28, 2015- [new] Swift 1.2b2 support.
- [new]
&&&
operator forOptional
conjunction. - [new]
unit
function to constructOptional
s. - [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.
-
v1.4 Changes
February 12, 2015- [new]
<|
overload for quaternary functions. - [new]
flip
overload for quaternary functions. - π See the full diff.
- [new]
-
v1.3 Changes
January 13, 2015- π Improved: Increased precedence of
|>
and<|
- π Improved: Made
<|
left associative - π New: binary and ternary versions of
<|
- π New: ternary version of
flip
- Diff since 1.2
- π Improved: Increased precedence of
-
v1.2 Changes
December 11, 2014- [new] iOS framework target courtesy of @robb
-
v1.1 Changes
December 07, 2014π Changes since 1.0:
- π New:
<|
and|>
function application operators - π New:
flip
function - π Improved: usage guide in
README.md
- Diff since 1.0
- Diff since 1.0.1
- π New: