What’s New

http-server v14.0.0

v14.0.0
Breaking changes
  • Add encoding charset sniffing @boarwell (#736)
  • Drop Node.js 10 support @boarwell (#739)
    • Required to support charset sniffing
Features and enhancements
  • add passphrase option @chris--jones (#746)
  • Make --ssl an alias for --tls @thornjad (#747)
  • add ability to pass proxyOptions @yannickglt (#688)
  • Replace mkdirp in tests with native JS @thornjad (#743)
  • Implement displaying last modified date in index @owenl131 (#737)
  • Adds version number to server startup output @Innoveramera (#734)
Bug Fixes
  • Don't crash when file path errors @thornjad (#753)
  • Fix CORS option detection @thornjad (#748)
  • fix crash on redirect with formfeed in URL @thornjad (#749)
  • Fixes --proxy without a protocol throwing an uncaught error @Ratcoder (#742)
  • Fix tests EACCESS by finding an open port every time @thornjad (#741)
  • Use relative paths in directory listing #661 @boarwell (#732)
Other changes
  • Add Contributing guide @thornjad (#752)
  • Eslint config - replace common-style with eslint-config-populist @chris--jones (#744)
  • Update some dependencies @thornjad (#740)

Full Changelog: https://github.com/http-party/http-server/compare/v13.0.2...v14.0.0

View original