Skip to content

Instantly share code, notes, and snippets.

@evancz
Last active July 31, 2016 21:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evancz/d5f418f42827262ece857aa8ff6458c6 to your computer and use it in GitHub Desktop.
Save evancz/d5f418f42827262ece857aa8ff6458c6 to your computer and use it in GitHub Desktop.

Elm 0.17.1

Install

This is a patch release. Everything is the same, just slightly better!

The main changes are:

  • Default dependencies in elm-package.json are elm-lang/core and elm-lang/html.
  • Error messages for elm-package are improved (e.g. this and this)
  • Packages download concurrently (a.k.a. faster)
  • Make elm-reactor serve assets better. Was messing up CSS and HTML.
  • Use ~/.elm/0.17.1/ so all globally cached things are isolated
  • Binaries are much smaller (~120MB to ~40MB on OSX)

This release was motivated by seeing new folks trying to install evancz/elm-html instead of elm-lang/html, so the most important improvement is with the elm-package error messages. Hopefully that'll make things smoother for people!

@vilterp
Copy link

vilterp commented Jun 29, 2016

Nice 🎉 How did the binaries get that much smaller?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment