Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 2.87 KB

Changelog

Added

  • Added aphiria.serialization.dateTimeFormat (#49)

Changed

  • Updated to use PER CS 2.0 coding standards (#50)

v1.0.0-alpha6 (2024-12-03)

Added

  • Added support for running the skeleton app via Docker Compose (#47)

Changed

  • Required PHP 8.4 (#46)
  • Updated to Symfony 7.0 (#43)

v1.0.0-alpha5 (2023-09-24)

Added

  • Added auth and user scaffolding, backed by a SQLite database and Phinx (#34, #37)

Changed

  • Updated PHPUnit and Psalm (#33)

v1.0.0-alpha4 (2022-12-10)

Changed

  • Updated to require PHP 8.2 (#31)

v1.0.0-alpha3 (2022-11-27)

Changed

  • Updated to use Aphiria's new app builders in index.php and aphiria to simplify supporting of asynchronous runtimes such as Swoole and ReactPHP (#30)
    • Updated IntegrationTestCase to return an IApplication instance (#30)
  • Updated to use Aphiria's auth library (#27)
  • Renamed App\App to App\GlobalModule (#21)
  • Renamed all IModule::build() methods to configure() (#21)
  • Updated Composer scripts to not run php aphiria framework:flushcaches anymore after composer install and composer update (#18)
  • Updated Psalm to 4.10 (#19)
  • Updated PHP-CS-Fixer to 3.2 (#19)

Added

  • Added APP_BUILDER_API and APP_BUILDER_CONSOLE environment variables to .env.dist (#30)

v1.0.0-alpha2 (2021-2-15)

Changed

  • Updated default port number to 8080 (#15)
  • Reintroduced PHP-CS-Fixer and ran it (#11)
  • Updated Psalm, added checks for unused suppressions (#13)
  • Updated copyright year

v1.0.0-alpha1 (2020-12-20)

Added

  • Literally everything