Skip to content

v2.1.0

Compare
Choose a tag to compare
@alexrohleder alexrohleder released this 17 Feb 23:43
· 20 commits to master since this release

new features:

  • PSR7 Native Support
  • Tons of HTTP Exceptions

changes:

  • setPrefix on Group now return the Group instance with correct Route objects
  • call on Route now accept passing one callable as parameter for wrapping container funcs
  • except method on Collector now support passing one string as first argument
  • Fixed the fluence of setRoute and setWildcard methods, now you are able to chain
  • Improved docs