Skip to content

Releases: Innmind/framework

4.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 09:31
Immutable release. Only release title and notes can be modified.
4.1.0
ce95e96

What's Changed

Full Changelog: 4.0.2...4.1.0

4.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Apr 08:11
Immutable release. Only release title and notes can be modified.
4.0.2
fdd25bc

What's Changed

  • Fix interpreting user errors as not found errors by @Baptouuuu in #23

Full Changelog: 4.0.1...4.0.2

4.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 19:53
Immutable release. Only release title and notes can be modified.
4.0.1
b6150f5

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Feb 14:05
Immutable release. Only release title and notes can be modified.
4.0.0
98cadaf

What's Changed

Full Changelog: 3.0.1...4.0.0

3.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Sep 08:29
3.0.1
08c52e4

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 12:21
3.0.0
5ad7dbe

What's Changed

Full Changelog: 2.3.1...3.0.0

2.3.1

Choose a tag to compare

@Baptouuuu Baptouuuu released this 26 Oct 13:09
2.3.1
cc84146

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

Choose a tag to compare

@Baptouuuu Baptouuuu released this 01 Aug 12:36
2.3.0
68ce0e5

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

Choose a tag to compare

@Baptouuuu Baptouuuu released this 24 Mar 15:20
2.2.0
c36a638

Added

  • Support for using enums as a service name

2.1.0

Choose a tag to compare

@Baptouuuu Baptouuuu released this 10 Mar 16:24
2.1.0
cd84504

Added

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