Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

Commit 8983d2f

Browse files
add note about object1 being renamed into map
1 parent 510fc1f commit 8983d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade-docs/0.18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This also means that `andThen` and `onError` group together much better than in
108108
A couple functions have been removed or renamed.
109109

110110
- [`Json.Decode`](http://package.elm-lang.org/packages/elm-lang/core/5.0.0/Json-Decode)
111-
- `objectN` becomes `mapN`
111+
- `objectN` becomes `mapN` (Note: `object1` becomes `map`)
112112
- `tupleN` becomes `mapN` with `index`
113113
- `(:=)` becomes `field`
114114
- `andThen` args flip

0 commit comments

Comments
 (0)