Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Release 1.1.0

Compare
Choose a tag to compare
@ecow ecow released this 12 Oct 07:00
· 5 commits to master since this release

Added

  • ContainerAware trait
  • PSR-11 implementation in Application
  • BootableProviderInterface
  • services 'relay.pimpleResolver' and 'relay.factory' to RelayServiceProvider

Changed

  • Run method always calls boot
  • if no uSilex.responseEmitter function provided, the body of the response is emitted
  • updated composer,json
  • code formatting

Fixed

  • Removed Application Constructor
  • Remove dependency from ['debug'] in Psr7 DiactorosServiceProvider
  • The signature for uSilex.responseEmitter was wrong
  • The signature for uSilex.exceptionHandler was wrong