Skip to content

Version 0.3.0

Choose a tag to compare

@ragboyjr ragboyjr released this 31 Mar 23:16
· 40 commits to master since this release

Added

  • More monolog options for configuration
  • Stacks Concern ability
  • Tests for concerns
  • error logging #7
  • handleRequest to easily resolve requests into responses via the application
  • names to all middleware so that they can be manipulated easier
  • More tests for the separate packages
  • More documentation

Changed

  • Semantics of Paths. Paths are now added into the application and default paths are provided to the users, but can be changed at any time.
  • Added documentation on paths
  • Moved app logic into separate concerns in the Concerns module.
  • Upgraded mw dependency to 0.5.1
  • Separated bootstrap from http freezing because the app can be used for more than just http.

Fixed

  • Fixed typo in composer.json suggest