Skip to content

Releases: wking-io/elm-live

Fixing bugs with reload script location and more

07 Oct 15:50
Compare
Choose a tag to compare
  • Move the location of the reload.js script to not cause document issues
  • Fixes to proxy requests

Major Change: 4.0.0!

09 Sep 13:24
Compare
Choose a tag to compare

New Features:

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

Fixed Bugs:

- Watch error on Windows

Performance Fix!

25 May 16:15
Compare
Choose a tag to compare

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

Added safety catch for --output flag

26 Nov 13:57
Compare
Choose a tag to compare
v3.2.3

Updating version number

New behavior in elm-serve pushstate

06 Nov 14:55
Compare
Choose a tag to compare

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

Two new features!

09 Oct 13:46
Compare
Choose a tag to compare

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)

Fixing bug with --pushstate arg always being true

04 Oct 14:12
d4a3b8e
Compare
Choose a tag to compare

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

Fixing bug with --port arg

14 Sep 13:57
Compare
Choose a tag to compare

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

No caveats! Just install and use!

29 Aug 17:51
Compare
Choose a tag to compare
Pre-release

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

Support for 0.19!

27 Aug 12:37
Compare
Choose a tag to compare
Support for 0.19! Pre-release
Pre-release

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.