Skip to content

Releases: thoughtbot/Runes

1.1.1: Saving us from ourselves

16 Feb 15:01
Compare
Choose a tag to compare

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

16 Feb 14:52
Compare
Choose a tag to compare

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

16 Feb 14:49
Compare
Choose a tag to compare

Initial Release