Skip to content

Releases: tipsyphp/tipsy

v0.11.2

10 Dec 22:35
Compare
Choose a tag to compare

Minor changes to allow new owner tipsyphp

v0.11.1

09 Dec 20:37
Compare
Choose a tag to compare
  • allow access to raw post content on request
  • added yaml parsing for config

v0.11.0

08 Dec 15:24
Compare
Choose a tag to compare
  • 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

v0.10.3

29 Nov 02:04
Compare
Choose a tag to compare
  • 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

25 Nov 15:52
Compare
Choose a tag to compare
  • Added script filename routing support
  • Added run() alias of start()

v0.10.1

14 Nov 19:04
Compare
Choose a tag to compare

Fixed an issue with invalid service types

v0.10.0

30 Oct 21:11
Compare
Choose a tag to compare
  • 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

07 Oct 20:38
Compare
Choose a tag to compare
  • added more static call support
  • added resource factory
  • fixed issues with creating services from other namespaces

v0.8.0

03 Oct 17:43
Compare
Choose a tag to compare
  • added support for static calls
  • added loop breaks

v0.7.3

24 Sep 20:47
Compare
Choose a tag to compare

added middleware features