Skip to content

v0.11.0

Compare
Choose a tag to compare
@spacedevin spacedevin released this 08 Dec 15:24
· 42 commits to master since this release
  • added anonymous class support for controllers and services
  • added better postgres support
  • added route alias functionality
  • upgraded to psr4
  • middleware and database stability improvements
  • auto include main tipsy file for tipsy shorthand t:: instead of Tipsy::
  • renamed Http::dataType to Http::type
  • allow access to services within any DI implementation using $this->service('Service')
  • fixed issues with Http and Request not properly handling POST requests
  • added both Request::q and Request::query as aliases of each other