Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 311 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 311 Bytes

1.0.0

  • Initial version.

1.1.0+4

Stable version

  • Custom host server and port
  • GET, POST, PUT, DELETE, PATCH Routes
  • ORM CRUD to PostgreSQL
  • ORM CRUD to MySQL
  • Global Middleware
  • Specific Route Middleware
  • Auth
  • Base Response Ok & Forbidden
  • Header CORS
  • Base64 decode to File
  • HotReload