Elm Live Versions Save

⚡ A flexible dev server for Elm. Live reload included.

4.0.1

4 years ago
  • Move the location of the reload.js script to not cause document issues
  • Fixes to proxy requests

4.0.0

4 years ago

New Features:

- Hot reloading
- Browser errors
- Local ssl
- Ability to turn off reload and the server

Fixed Bugs:

- Watch error on Windows

3.4.1

4 years ago

This performance fix originally mentioned in #167 and fixed in #168 is brought to you by @lucamug! Thank you!

v3.2.3

5 years ago

v3.2.1

5 years ago

This is the following behavior change:

  • If the url doesn't have an html extension it defaults to the index and lets elm handle routing
  • If the url has an .html extension it will try and serve the file, but if it returns a 404 then it will serve the index and let elm handle routing

Before, all file path that had a .html extension were served from the index and let elm handle routing

v3.1.0

5 years ago

Added two great features thanks to @alexkorban and @aeons!

  • Elm files are now watched based on source directories listed in elm.json or elm-package.json this allows watching of files and directories in parent or sibling directories (@alexkorban)
  • Added proxy options so that there is more flexibility with other backend tools (@aeons)

v3.0.6

5 years ago

There was an issue where pushstate was always passed as true with the package elm-serve and this release covers the upgrade to the new version of elm-serve

3.0.5

5 years ago

This release fixes the issue with --port not working.

alpha

5 years ago

No longer have to do anything special to have live reloading work with Browser.application and Browser.document in 0.19!

v3.0.0-beta

5 years ago

Please read the README for the API updates. Also, make sure to read the caveat on how to get live-reload working for Browser.document and Browser.application.