Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@maurobonfietti maurobonfietti released this 14 Jun 20:43
· 366 commits to master since this release
69ed8f7

RELEASE VERSION: 1.5.0

CHANGES:

  • Move environment variables for database connection settings.
  • Set CorsSlim() in App.php & Remove Middleware.php
  • Expect $request->getParsedBody() as array.
  • Added specified parameter type hint.
  • Added specified return type hint.
  • Changes when app define containers.
  • Fixed create/restart database script.
  • Updated BaseTestCase.
  • Refactor: Create user.
  • Refactor: Update task.
  • Other minor changes.