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
-`Html.program` becomes [`Browser.element`](https://alpha.elm-lang.org/packages/elm/browser/latest/Browser#element) and [`Browser.document`](https://alpha.elm-lang.org/packages/elm/browser/latest/Browser#document).
-`Html.program` becomes [`Browser.element`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#element) and [`Browser.document`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#document).
64
64
65
65
66
66
#### Modules Moved
67
67
68
-
-`Json.Encode` and `Json.Decode` moved to [`elm/json`](https://alpha.elm-lang.org/packages/elm/json/latest)
69
-
-`Time` and `Date` moved to [`elm/time`](https://alpha.elm-lang.org/packages/elm/time/latest/) with a significantly improved API
70
-
-`Random` moved to [`elm/random`](https://alpha.elm-lang.org/packages/elm/random/latest/) with a better implementation and a few new functions
71
-
-`Regex` moved to [`elm/regex`](https://alpha.elm-lang.org/packages/elm/regex/latest) with a much clearer README
68
+
-`Json.Encode` and `Json.Decode` moved to [`elm/json`](https://package.elm-lang.org/packages/elm/json/latest)
69
+
-`Time` and `Date` moved to [`elm/time`](https://package.elm-lang.org/packages/elm/time/latest/) with a significantly improved API
70
+
-`Random` moved to [`elm/random`](https://package.elm-lang.org/packages/elm/random/latest/) with a better implementation and a few new functions
71
+
-`Regex` moved to [`elm/regex`](https://package.elm-lang.org/packages/elm/regex/latest) with a much clearer README
72
72
73
73
74
74
#### Packages Moved
75
75
76
76
-`elm-lang/*` moved to `elm/*`
77
-
-`evancz/url-parser` moved to [`elm/url`](https://alpha.elm-lang.org/packages/elm/url/latest) with a simpler and more flexible API
78
-
-`elm-tools/elm-parser` moved to [`elm/parser`](https://alpha.elm-lang.org/packages/elm/parser/latest) with speed boost when compiling with the `--optimize` flag
79
-
-[`elm/browser`](https://alpha.elm-lang.org/packages/elm/browser/latest) combines and simplifies the following 0.18 packages:
77
+
-`evancz/url-parser` moved to [`elm/url`](https://package.elm-lang.org/packages/elm/url/latest) with a simpler and more flexible API
78
+
-`elm-tools/elm-parser` moved to [`elm/parser`](https://package.elm-lang.org/packages/elm/parser/latest) with speed boost when compiling with the `--optimize` flag
79
+
-[`elm/browser`](https://package.elm-lang.org/packages/elm/browser/latest) combines and simplifies the following 0.18 packages:
80
80
-`elm-lang/navigation` with smoother APIs
81
81
-`elm-lang/dom` with ability to get node positions and dimensions.
0 commit comments