Changes inline with the Elm 0.18 release.
- The order the arguments for
andThen
are flipped.
Changes inline with the Elm 0.18 release.
apply
was renamed toandMap
, and the argument order was flipped for easier chaining with|>
. This follows the new Elm 0.18 convention.($)
and(*)
were moved toRemoteData.Infix
.pure
becamesucceed
, to fall in line with Elm core.mapFailure
becamemapError
, to fall in line with Elm core.fromTask
no longer exists, following changes to the underlingTask
API.