Releases: starweb/starlit-app
Releases · starweb/starlit-app
1.2.1
1.2.0
Changed
- Upgraded PHP version to 8.0
1.0.1
1.0.0
Added
- support for reflection based dependency injection
- resolve controller actions via container
- CHANGELOG.md
- strict type declarations to all classes (including tests)
- type hinting for method parameters and return types
- contracts for Router and View classes
- php7.3 to travis config
Changed
- updated phpunit package and tests
Removed
- version from composer.json
0.5.0
0.4.0
0.3.1
Update composer.json.
0.3.0
- Bootable service providers.
- App container methods moved into separate Container class.
- Container now implements PSR-11.
0.2.1
Set new request properties when forwarding.
0.2.0
Added support for more clean app structure for non module projects.