Skip to content

4.2.0: Dispatching

Compare
Choose a tag to compare
@thekid thekid released this 20 May 08:00
· 37 commits to master since this release
  • Deprecated the web.Dispatch class. This class was never intended to
    be used directly, one would call web.Request::dispatch() instead.
    (@thekid)
  • Merged PR #112: Refactor dispatching to be handled inside application
    (@thekid)