Skip to content

Releases: therion86/framework

1.1.3

17 Jul 22:19
aff50c5

Choose a tag to compare

Fix Error while loading datatypes like string, int etc. with DI.
!!!! Only can be loaded if declared with parameters or having default values

1.1.2

15 Jul 21:11
14cccb4

Choose a tag to compare

Bugfixes (#24)

Fixed an issue where automatic class loading did not work when a callable (e.g., registered in services.php or in a factory) was used, because the load method of the DI container was not properly utilized.

Deprecations

The loadCallable method remains available for now but is planned to be removed in a future version. It currently serves only as a wrapper around the load method for backward compatibility.

1.1.1

18 Aug 20:37
d965481

Choose a tag to compare

What's Changed

  • Add host to httpRequest and fix Router methods interface by @therion86 in #22

Full Changelog: v1.1.0...v1.1.1

1.1.0

07 Aug 17:36
a83289d

Choose a tag to compare

NOTE

With this version you have to change your registerRoutes in your Modulefactories to the HttpRouterInterface!

What's Changed

  • Fix loading middlewares from services.php by @therion86 in #20
  • Fix tests by @therion86 in #21
  • It is now Possible to load your own router and add middlewares to it

Full Changelog: v1.0.5...v1.1.0

1.0.5

25 Jun 21:39
044b915

Choose a tag to compare

  • Add possibility to add named parameters in the DI's register function
  • This also alows now optional and nullable parameters
  • Fixed bug for not finding parameters for register classes

What's Changed

Full Changelog: v1.0.4...v1.0.5

1.0.4

08 May 16:52
abedb0e

Choose a tag to compare

Update cli functions for better handling

1.0.3

30 Apr 14:46
ddcd71f

Choose a tag to compare

Fix request getParamter return value

1.0.2

27 Apr 17:48
f3abb7e

Choose a tag to compare

Fix namespaces to Therion86

1.0.1

27 Apr 16:39
633716d

Choose a tag to compare

Fixing Service handling

V1.0.0

11 Apr 20:06

Choose a tag to compare

Update test script