Skip to content

Releases: Innmind/framework

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()

1.1.0

26 Feb 14:02
1.1.0
7d784de

Choose a tag to compare

Added

  • Innmind\Framework\Main\Async\Http as an (optional) experimental feature

1.0.0

01 Jan 10:31
1.0.0
fe40a96

Choose a tag to compare

Added

  • Innmind\Framework\Application
  • Innmind\Framework\Main\Cli
  • Innmind\Framework\Main\Http
  • Innmind\Framework\Middleware
  • Innmind\Framework\Middleware\Optional
  • Innmind\Framework\Middleware\LoadDotEnv
  • Innmind\Framework\Environment
  • Innmind\Framework\Http\RequestHandler