v1.0.0-alpha6 (?)
- Nothing
v1.0.0-alpha5 (2023-09-24)
- Updated PHPUnit and Psalm (#33)
v1.0.0-alpha4 (2022-12-10)
- Updated to require PHP 8.2 (#31)
v1.0.0-alpha3 (2022-11-27)
- 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 anIApplication
instance (#30)
- Updated
- Updated to use Aphiria's auth library (#27)
- Renamed
App\App
toApp\GlobalModule
(#21) - Renamed all
IModule::build()
methods toconfigure()
(#21) - Updated Composer scripts to not run
php aphiria framework:flushcaches
anymore aftercomposer install
andcomposer update
(#18) - Updated Psalm to 4.10 (#19)
- Updated PHP-CS-Fixer to 3.2 (#19)
- Added
APP_BUILDER_API
andAPP_BUILDER_CONSOLE
environment variables to .env.dist (#30)
v1.0.0-alpha2 (2021-2-15)
- 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
- Literally everything