Releases: phpbg/mini-httpd
Releases · phpbg/mini-httpd
0.5.0
Update react/http to stable release
BC:
0.4.3
- Update to react/http 0.8.5 (+20% to 30% performance improvements)
- bug fixes and doc improvements
- now you can (should) pass a LoggerInterface to
PhpBg\MiniHttpd\Renderer\Phtml\Phtml
constructor
0.4.2
Fix console logger when context is provided
0.4.1
Add more options to log formatter, be more relax on context logging
0.4.0
- Allow to pass options to JSON renderer
0.3.2
- Fix Json renderer that was silently discarding errors
0.3.1
- Fixed Console logger that was unable to log some Throwables (like \Error)
0.3.0
- Update to latest react/http release
- BC: Remove dependencies between application context and request context. This was a bad design, use dependency injection instead (see examples)
0.2.3
Lock to react/http 0.8.3 to avoid issues with 0.8.4
0.2.2
- Bug fixes on compression handler
- Bug fixes when serving big files
- Doc updates