Skip to content

Version 0.4.0

Choose a tag to compare

@ragboyjr ragboyjr released this 04 Jan 09:48
· 16 commits to master since this release

Changed

  • Made splitArgs a public function
  • Update documentation to reflect new API and changes.
  • Updated mw\compose algorithm to use the Link as a linked list instead of the
    nested closures.
  • Re-implemented custom invocation via the new Context system.
  • Re-designed the meta middleware system with the Link system and added documentation

Added

  • Added new Link and Context entities to provide further customization and features
    to middleware
  • Added Context\PimpleContext to provide better pimple integration