Skip to content

Releases: http-party/http-server

v14.1.1

31 May 21:33
af0ac3e
Compare
Choose a tag to compare

Other changes

v14.1.0

10 Jan 19:48
e16ed1d
Compare
Choose a tag to compare

This release contains an emergency fix which replaces colors.js with chalk. See #781 for more info and discussion, and Marak/colors.js#285 for broader discussion about colors.js.

v13.1.0

10 Jan 19:38
8d43ad6
Compare
Choose a tag to compare

This release contains an emergency backport from v14.1.0 which replaces colors.js with chalk

v14.0.0

19 Oct 23:14
967e915
Compare
Choose a tag to compare

Breaking changes

Features and enhancements

Bug Fixes

Other changes

Full Changelog: v13.0.2...v14.0.0

v13.0.2

13 Sep 22:47
29208b7
Compare
Choose a tag to compare

Fixed

  • Open browser to localhost explicitly when using 0.0.0.0 as base address (#728)

v13.0.1

20 Aug 14:23
164e7e7
Compare
Choose a tag to compare

Changed

  • Improved format of commands in Readme (#715)

Added

  • Additional settings reported on CLI startup (#654)

Removed

  • Automatic hs alias (#716)

v13.0.0

07 Aug 19:25
a93a340
Compare
Choose a tag to compare

This release is a move to semantic versioning ONLY. There are NO changes in this release. All future releases will follow semantic versioning.

See v0.13.0 for information about changes since the v0.12 series.

v0.13.0

07 Aug 19:08
77243e7
Compare
Choose a tag to compare

A long time coming, the next major release for http-server! This will be the final release before a switch to actual semantic versioning. This release's major achievement is the internalization of the functionality of the now-abandoned ecstatic library, thus removing it as a dependency. Huge thanks to @zbynek for help on that front, as well as several other included changes.

Breaking changes:

  • No longer sends the header server: http-server-${version} with every response

New features:

  • All responses include Accept-Ranges: bytes to advertise support for partial requests

Fixes

  • Removes dependency on the abandoned ecstatic library
  • Dependency upgrades to fix several security alerts
  • http-server -a 0.0.0.0 will now do what you told it to do, rather than overriding the address to 127.0.0.1
  • Will no longer serve binary files with a charset in the Content-Type, fixing serving WebAssembly files, among other issues
  • Support .mjs MimeType correctly

Internal

  • Switched from Travis to GH Actions for CI

v0.11.2: Security update

07 Aug 18:28
4670394
Compare
Choose a tag to compare

Upgrades several dependencies to avoid security vulnerabilities, especially as mentioned in #707.

v0.12.3

27 Apr 20:09
d7bce39
Compare
Choose a tag to compare

Patch release to package man page