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

Releases: linkeddatacenter/uSilex

Release 1.2.0

14 Oct 20:34
Compare
Choose a tag to compare

Added

  • Guzzle PSR7 implementation

Changed

  • Default emitter now uses SapiStreamEmitter
  • composer coverage just creates static html files (no execution of server)

Release 1.1.0

12 Oct 07:00
Compare
Choose a tag to compare

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

Doc. update and minor fix

02 Oct 17:55
Compare
Choose a tag to compare

Doc. and example updates.

First release

01 Oct 18:11
Compare
Choose a tag to compare

A micro framework inspired by Pimple and PSR standards. All with less than 100 lines of code!