Skip to content

Releases: amphp/http-server-static-content

2.0.0

20 Aug 15:20
v2.0.0
fcd0e41
Compare
Choose a tag to compare

This release is compatible with amphp/http-server@^3.

  • DocumentRoot now requires an instance of HttpServer and ErrorHandler to construct
  • Removed DocumentRoot::onStart() and DocumentRoot::onStop(), as it's now internally registered
  • Removed support for ServerObserver, as it's been removed from amphp/http-server
  • Added StaticResource to serve a single static file

2.0.0 Beta 3

22 Apr 15:22
v2.0.0-beta.3
074b9e0
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release
  • Compatibility with amphp/http@v2

2.0.0 Beta 2

12 Nov 18:15
v2.0.0-beta.2
c03f313
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release
  • Added compatibility with Revolt v1.x

2.0.0 Beta 1

19 Apr 19:12
v2.0.0-beta.1
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • Allow amphp/http-server@^3
  • Added StaticResource to serve a single static file

1.0.7

10 Apr 14:49
v1.0.7
8ccce03
Compare
Choose a tag to compare
  • Compatibility with amphp/file @ 2.x

1.0.6

05 Nov 23:37
532280d
Compare
Choose a tag to compare

Made compatible with the latest amphp/http-server@2 release candidate.

1.0.5

17 Sep 17:25
794b367
Compare
Choose a tag to compare

Allow amphp/file@^1

1.0.4

21 Aug 16:16
c37a000
Compare
Choose a tag to compare

Allow amphp/http-server@^2

1.0.3

10 Dec 19:51
v1.0.3
Compare
Choose a tag to compare
  • Allow amphp/http-server@^1

1.0.2

28 Sep 19:01
v1.0.2
Compare
Choose a tag to compare
  • Fixed stale file stats in case of changes during development, resulting in truncated responses in case of growing files or hanging responses in case of shrinking files (#7)