Skip to content

Releases: tipsyphp/tipsy

v0.11.12

Choose a tag to compare

@spacedevin spacedevin released this 14 Feb 04:33

fix issue with mysql bools on some versions

v0.11.11

Choose a tag to compare

@spacedevin spacedevin released this 23 Jan 01:24

fix static array

v0.11.10

Choose a tag to compare

@spacedevin spacedevin released this 23 Jan 01:13
9df772d

fix php warnings with static forwarding

v0.11.9

Choose a tag to compare

@spacedevin spacedevin released this 23 Jan 00:45
0bdfca7

fix php 7.1 deprecations and changes

v0.11.8

Choose a tag to compare

@spacedevin spacedevin released this 24 May 04:33

fix an issue with multipart/form-data posts being parsed incorretly

v0.11.7

Choose a tag to compare

@spacedevin spacedevin released this 23 May 19:12

fixes issue with request path not being stored

v0.11.6

Choose a tag to compare

@spacedevin spacedevin released this 10 Feb 00:08
  • fixed issue with serializing objects
  • fixed an issue with aws ssl getting stuck with open conecections

v0.11.5

Choose a tag to compare

@spacedevin spacedevin released this 27 Jan 03:54

fixed issue with json functions double encoding it

v0.11.4

Choose a tag to compare

@spacedevin spacedevin released this 21 Jan 20:46

Added regex routes

v0.11.3

Choose a tag to compare

@spacedevin spacedevin released this 13 Dec 16:08

Added shorthand methods for routing: $app->get(...)