Releases: thoughtbot/Runes
Releases · thoughtbot/Runes
1.1.1: Saving us from ourselves
This release adds a protective spell compiler annotation to ensure that flatMap
isn't used where map
should be used. This is to prevent the Swift compiler from "helping" and coercing functions of the type A -> B
to A -> B?
and causing a segfault.
1.1.0: For A Few Monads More
This release adds default behavior for Array
as well as filling out the applicative/monadic requirements by adding pure
1.0.0: A Fistful of Monads
Initial Release