Releases: wking-io/elm-live
Releases · wking-io/elm-live
Fixing bugs with reload script location and more
Major Change: 4.0.0!
New Features:
- Hot reloading
- Browser errors
- Local ssl
- Ability to turn off reload and the server
Fixed Bugs:
- Watch error on Windows
Performance Fix!
Added safety catch for --output flag
v3.2.3 Updating version number
New behavior in elm-serve pushstate
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!
Added two great features thanks to @alexkorban and @aeons!
- Elm files are now watched based on source directories listed in
elm.json
orelm-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
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
This release fixes the issue with --port not working.
No caveats! Just install and use!
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!
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
.