Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

v0.9.0-alpha

Latest

Choose a tag to compare

@avolutions avolutions released this 09 Dec 18:54
a8aa76c

Features

Changes

  • Split Database and Migrator class
  • Tests:
    • Add namespace to tests
    • Add a test Application
    • Add new Tests for:
      • CommandDispatcher
      • Application
      • Container
      • helper
  • Add ext-pdo as dependendy
  • Apply PSR-12 code formatting to all files and general code cleanup (#71, #149)

Bugfixes

  • Fix a bug in View class where property was not initialized properly (#165)
  • Add explicit exception throwing if view file can not be found (#166)
  • Version was missing if Migration was generated from create-model command (#169)