Skip to content

Releases: Innmind/framework

3.0.1

21 Sep 08:29
3.0.1
08c52e4

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

20 Sep 12:21
3.0.0
5ad7dbe

Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...3.0.0

2.3.1

26 Oct 13:09
2.3.1
cc84146

Choose a tag to compare

Changed

  • Use static closures as much as possible to reduce the probability of creating circular references by capturing $this as it can lead to memory root buffer exhaustion.

2.3.0

01 Aug 12:36
2.3.0
68ce0e5

Choose a tag to compare

Added

  • Innmind\DI\Service can now be used everywhere a service can be referenced

Fixed

  • Innmind\Framework\Http\To no longer raise Psalm errors when used as argument to Application::route()

2.2.0

24 Mar 15:20
2.2.0
c36a638

Choose a tag to compare

Added

  • Support for using enums as a service name

2.1.0

10 Mar 16:24
2.1.0
cd84504

Choose a tag to compare

Added

  • Support for innmind/operating-system:~5.0
  • Support for innmind/async-http-server:~3.0

2.0.0

26 Nov 11:12
2.0.0
7405a65

Choose a tag to compare

Added

  • Innmind\Framework\Http\Routes::append()
  • Innmind\Framework\Http\Routes::add() now also accepts Innmind\Router\Under

Changed

  • Requires innmind/operating-system:~4.1
  • Requires innmind/immutable:~5.2
  • Requires innmind/filesystem:~7.0
  • Requires innmind/http-server:~4.0
  • Requires innmind/router:~4.1
  • Requires innmind/innmind/async-http-server:~2.0

Fixed

  • All routes are no longer kept in memory when no longer used

1.4.0

24 Sep 08:48
1.4.0
ebbf053

Choose a tag to compare

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

1.3.0

01 May 12:38
1.3.0
5205bd8

Choose a tag to compare

Added

  • Innmind\Framework\Application::route()
  • Innmind\Framework\Http\To

1.2.0

29 Apr 14:15
1.2.0
917dfe0

Choose a tag to compare

Added

  • Innmind\Framework\Environment::all()