Releases: facile-it/FunctionalKit
Releases · facile-it/FunctionalKit
0.6.0
f.constant
renamed to f.pure
(former is deprecated)
0.5.0
Add "inject" >< operator; remove .. prefix and postfix operators
0.4.4
Fix logical implication associativity
0.4.3
Make FutureType.run to result Self
0.4.2
Added with
function
Cartfile.private
Added a Cartfile.private where we moved some dependencies (ex. SwiftCheck).
In this way it's possible to import FunctionalKit without unnecessary dependencies.
More visibility
Now the Optics
library is included within FunctionalKit
.
Namespacing
BREAKING CHANGES
All free functions are now under the f
namespace.
Utilities
Added some utility functions
Public Reader
Reader transformer functions made public