Skip to content

3.2.0

Compare
Choose a tag to compare
@akrabat akrabat released this 25 Feb 19:57
· 1829 commits to 4.x since this release

Added

  • #1736 - Support the hostOnly cookie flag
  • #1764 - Write to the PHP error log if displayErrorDetails is false to make it easier to find out what's gone wrong!
  • #1770 - Support PHP 7+ errors in the same way that Exceptions are handled.

Improved

  • #1716 - Middleware is now only resolved when required.
  • #1745 - Separate service registration from the container to make it easier to use your own Pimple container and then register the default Slim services.

Fixed

  • #1733 & #1734 - Allow setting an empty array into the Request's query params and parsed body.
  • #1737 - Do not explicitly set the HTTP status code in withJson.
  • #1738 - Named routes added after a call to pathFor can now be resolved in subsequent calls to pathFor.
  • #1739 - Responses with a body of indeterminate length can now have their content sent.

The full list of changes is here