Skip to content

Releases: tipsyphp/tipsy

v0.11.12

14 Feb 04:33
Compare
Choose a tag to compare

fix issue with mysql bools on some versions

v0.11.11

23 Jan 01:24
Compare
Choose a tag to compare

fix static array

v0.11.10

23 Jan 01:13
9df772d
Compare
Choose a tag to compare

fix php warnings with static forwarding

v0.11.9

23 Jan 00:45
0bdfca7
Compare
Choose a tag to compare

fix php 7.1 deprecations and changes

v0.11.8

24 May 04:33
Compare
Choose a tag to compare

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

v0.11.7

23 May 19:12
Compare
Choose a tag to compare

fixes issue with request path not being stored

v0.11.6

10 Feb 00:08
Compare
Choose a tag to compare
  • fixed issue with serializing objects
  • fixed an issue with aws ssl getting stuck with open conecections

v0.11.5

27 Jan 03:54
Compare
Choose a tag to compare

fixed issue with json functions double encoding it

v0.11.4

21 Jan 20:46
Compare
Choose a tag to compare

Added regex routes

v0.11.3

13 Dec 16:08
Compare
Choose a tag to compare

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