Skip to content

Releases: facile-it/FunctionalKit

0.6.0

19 Feb 13:40
Compare
Choose a tag to compare

f.constant renamed to f.pure (former is deprecated)

0.5.0

13 Feb 09:28
Compare
Choose a tag to compare
Add "inject" >< operator; remove .. prefix and postfix operators

0.4.4

12 Feb 14:10
Compare
Choose a tag to compare
Fix logical implication associativity

0.4.3

12 Feb 11:08
Compare
Choose a tag to compare
Make FutureType.run to result Self

0.4.2

08 Feb 08:30
Compare
Choose a tag to compare

Added with function

Cartfile.private

06 Feb 14:04
7f6ad64
Compare
Choose a tag to compare

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

30 Jan 16:13
c519090
Compare
Choose a tag to compare

Now the Optics library is included within FunctionalKit.

Namespacing

11 Jan 13:36
6dd827e
Compare
Choose a tag to compare

BREAKING CHANGES

All free functions are now under the f namespace.

Utilities

10 Jan 16:17
607e9ee
Compare
Choose a tag to compare

Added some utility functions

Public Reader

08 Jan 11:26
Compare
Choose a tag to compare

Reader transformer functions made public