You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
https://github.com/elm/compiler/blob/master/upgrade-docs/0.19.md
Todo:
elm-upgrade can automates some of the 0.18 to 0.19 changes.
Changes include:
elm-make
->elm make
elm-package.json
->elm.json
Basics.toString
->Debug.toString
,String.fromInt
, andString.fromFloat
.451 % 10
->modBy 10 451
Html.beginnerProgram
becomesBrowser.sandbox
.Html.program
becomesBrowser.element
andBrowser.document
.uncurry
curry
flip
The text was updated successfully, but these errors were encountered: