Releases: tipsyphp/tipsy
Releases · tipsyphp/tipsy
v0.11.2
Minor changes to allow new owner tipsyphp
v0.11.1
- allow access to raw post content on request
- added yaml parsing for config
v0.11.0
- 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 ofTipsy::
- renamed
Http::dataType
toHttp::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
andRequest::query
as aliases of each other
v0.10.3
- Added url parsing for DB config
- Fixed PostgreSQL support
- Allow the use of a custom Db driver by naming a service Db
v0.10.2
- Added script filename routing support
- Added
run()
alias ofstart()
v0.10.1
Fixed an issue with invalid service types
v0.10.0
- added ability to call
Object::o
or$object->o
using separate built in static/object functions - added ability to json any
Model
object - added view filters
- added stripe whitespace filter
v0.9.0
- added more static call support
- added resource factory
- fixed issues with creating services from other namespaces
v0.8.0
- added support for static calls
- added loop breaks
v0.7.3
added middleware features