Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade browser to Elm 0.19 #458

Closed
mostlyobvious opened this issue Sep 26, 2018 · 1 comment
Closed

Upgrade browser to Elm 0.19 #458

mostlyobvious opened this issue Sep 26, 2018 · 1 comment
Assignees

Comments

@mostlyobvious
Copy link
Member

- NoRedInk/elm-json-decode-pipeline
  - [ ] Changes uses of Json.Decode.Pipeline.decode to Json.Decode.succeed
- elm/core
  - [ ] Replace uses of toString with String.fromInt, String.fromFloat, or Debug.toString as appropriate
- elm/html
  - [ ] If you used Html.program*, install elm/browser and switch to Browser.element or Browser.document
  - [ ] If you used Html.beginnerProgram, install elm/browser and switch Browser.sandbox
- elm/browser
  - [ ] Change code using Navigation.program* to use Browser.application
  - [ ] Use the Browser.Key passed to your init function in any calls to Browser.Navigation.pushUrl/replaceUrl/back/forward
- elm/url
  - [ ] Changes uses of Navigation.Location to Url.Url
  - [ ] Change code using UrlParser.* to use Url.Parser.*
@swistak35
Copy link
Contributor

swistak35 commented Feb 7, 2019

  • NoRedInk/elm-json-decode-pipeline
    • Changes uses of Json.Decode.Pipeline.decode to Json.Decode.succeed
  • elm/core
    • Replace uses of toString with String.fromInt, String.fromFloat, or Debug.toString as appropriate
  • elm/html
    • If you used Html.program*, install elm/browser and switch to Browser.element or Browser.document
    • If you used Html.beginnerProgram, install elm/browser and switch Browser.sandbox
  • elm/browser
    • Change code using Navigation.program* to use Browser.application
    • Use the Browser.Key passed to your init function in any calls to Browser.Navigation.pushUrl/replaceUrl/back/forward
  • elm/url
    • Changes uses of Navigation.Location to Url.Url
    • Change code using UrlParser.* to use Url.Parser.*

swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
Issue: #458
swistak35 added a commit that referenced this issue Feb 7, 2019
Issue: #458
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 7, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
Mostly because of this bug: thoughtbot/neat#665

Issue: #458
swistak35 added a commit that referenced this issue Feb 8, 2019
It would add automatically if I'd use `elm install` instead of editing
file manually.

Issue: #458
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
swistak35 added a commit that referenced this issue Feb 8, 2019
…n env

We don't want template reloading etc. when we are working on our app.

Issue: #458
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants