Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

0.1.2 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.1 - 2016-04-17

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixes an issue with StaticFiles when appending the index file to a discovered directory, ensuring index files can now be served reliably.

0.1.0 - 2016-04-17

Initial release.

Added

  • React2Psr7\ReactRequestHandler, which:
    • accepts PSR-7 middleware to the constructorr;
    • can be attached as a request listener to a React HTTP server instance;
    • on dispatch, marshals a PSR-7 request from the React request, and
    • emits a React response marshaled from the returned PSR-7 response.
  • React2Psr7\StaticFiles, which is middleware that can serve static files from a configured directory which satisfy a content-type whitelist.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.