Skip to content

Releases: starweb/starlit-app

1.2.1

19 Oct 12:02
986b85f
Compare
Choose a tag to compare

Changed

  • Downgrade symfony/http-foundation package.

1.2.0

19 Oct 11:48
c635409
Compare
Choose a tag to compare

Changed

  • Upgraded PHP version to 8.0

1.0.1

28 Aug 10:43
39ca59a
Compare
Choose a tag to compare

Changed

  • update the return type phpdoc for AbstractController::get()

1.0.0

26 Aug 14:42
Compare
Choose a tag to compare

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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Extends the routing by adding support for:
    • route names
    • HTTP methods

0.3.1

04 Mar 15:49
Compare
Choose a tag to compare
Update composer.json.

0.3.0

27 Feb 19:29
Compare
Choose a tag to compare
  • Bootable service providers.
  • App container methods moved into separate Container class.
  • Container now implements PSR-11.

0.2.1

30 Jan 09:06
Compare
Choose a tag to compare
Set new request properties when forwarding.

0.2.0

22 Jan 16:33
Compare
Choose a tag to compare

Added support for more clean app structure for non module projects.