Releases: Innmind/framework
Releases · Innmind/framework
3.0.1
3.0.0
What's Changed
- Fix PHP
8.4deprecations by @Baptouuuu in #6 - Use BlackBox 6 by @Baptouuuu in #7
- Use
innmind/static-analysisby @Baptouuuu in #9 - Use date range for the license copyright by @Baptouuuu in #8
- Reuse workflows by @Baptouuuu in #10
- Remove the ability to reference services via strings by @Baptouuuu in #11
- Use promoted properties by @Baptouuuu in #12
- Update dependencies by @Baptouuuu in #13
- Simplify routing by @Baptouuuu in #14
- Simplify locations where the OS and env are accessible by @Baptouuuu in #15
- Add mechanism to lazy load commands by @Baptouuuu in #16
- Add
NoDiscardattribute on mutation free methods by @Baptouuuu in #17 - Make
Application::run()always return an Attempt for error handling consistency by @Baptouuuu in #18 - Update documentation by @Baptouuuu in #19
Full Changelog: 2.3.1...3.0.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
Added
Innmind\Framework\Http\Routes::append()Innmind\Framework\Http\Routes::add()now also acceptsInnmind\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