Skip to content

2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@lydell lydell released this 07 Jan 20:46
· 213 commits to http-server since this release
  • Built-in HTTPS has been removed.
  • You can now execute elm-watch from a Node.js script, and pass in a custom the HTTP server. This allows for setting up HTTPS, or adding proxying.
  • The static file server can no longer be tricked into serving files outside the static file directory via percentage escaped double dots.
  • CSS hot reloading now works with @import (except in Firefox where it does not seem possible).