Releases: starweb/starlit-app
Releases · starweb/starlit-app
1.2.1
19 Oct 12:02
Compare
Sorry, something went wrong.
No results found
Changed
Downgrade symfony/http-foundation package.
1.2.0
19 Oct 11:48
Compare
Sorry, something went wrong.
No results found
Changed
Upgraded PHP version to 8.0
1.0.1
28 Aug 10:43
Compare
Sorry, something went wrong.
No results found
Changed
update the return type phpdoc for AbstractController::get()
1.0.0
26 Aug 14:42
Compare
Sorry, something went wrong.
No results found
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
18 Sep 08:57
Compare
Sorry, something went wrong.
No results found
Updated dependencies to PHP >=7.1 and Symfony ^4.0
Updated starlit inter-package dependencies
Updated Travis CI to run tests on PHP 7.1 and 7.2
0.4.0
09 Aug 11:54
Compare
Sorry, something went wrong.
No results found
Extends the routing by adding support for:
0.3.1
04 Mar 15:49
Compare
Sorry, something went wrong.
No results found
0.3.0
27 Feb 19:29
Compare
Sorry, something went wrong.
No results found
Bootable service providers.
App container methods moved into separate Container class.
Container now implements PSR-11.
0.2.1
30 Jan 09:06
Compare
Sorry, something went wrong.
No results found
Set new request properties when forwarding.
0.2.0
22 Jan 16:33
Compare
Sorry, something went wrong.
No results found
Added support for more clean app structure for non module projects.