Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: getpinga/pinglet_slim

v0.1.4

23 Jan 21:58
e976783
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Fast release - fixed sessions.php and CORS bug.

  • Added sessions support to both Swoole and Swow thanks to compwright/php-session .
  • TODO: Configuration options needs to be moved to .env from 2 places.
  • TODO; Swoole/Swow HTTP2 server needs to be on by default.
  • TODO: Some options can be implemented from here or here.

v0.1.3

23 Jan 21:50
054135b
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Added sessions support to both Swoole and Swow thanks to compwright/php-session .
  • TODO: Configuration options needs to be moved to .env from 2 places.
  • TODO: session.php (readSession/writeSession) needs to be examined if actually doing something, or to be removed.
  • TODO; Swoole/Swow HTTP2 server needs to be on by default.
  • TODO: Some options can be implemented from here or here.
  • Bugs introduced: CORS temporarily disabled.

v0.1.2

21 Jan 14:24
5610720
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Small bug fixed.

v0.1.1

21 Jan 14:10
3698306
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Framework is stable for basic functions.

Need session and some other components soon.

v0.1

21 Jan 10:30
afdbad6
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

First release that is working. Still not ready for production, though.