Skip to content

Releases: inad9300/bed.php

v0.1.0

05 Sep 18:43

Choose a tag to compare

Major changes.

  • Typing system to simplify database interaction.
  • DAO class for most common database operations.
  • Abstract classes to refer to HTTP headers.
  • Utility functions spread on a per-file basis.

v0.0.1

15 Jun 17:43

Choose a tag to compare

Bugs fixed.

v0.0.0

14 Jun 17:01

Choose a tag to compare

Initial public release. In short, the more relevant logical components included on it are:

  • Router
  • Request
  • Response
  • Interceptors