Releases: apiato/core
Releases · apiato/core
v8.3.1
v8.3.0
v8.2.0
Full Changelog: v8.1.0...v8.2.0
v8.1.0
BREAKING CHANGE
- update composer dependencies to the latest compatible version with Laravel 10
v8.0.0
BREAKING CHANGES
- make controller loading compatible with single action controller implementation style
- rename
getRouteGroup()
method ofRoutesLoaderTrait
fromcore
togetApiRouteGroup()
. It is used inApp\Containers\AppSection\Authentication\Providers\AuthServiceProvider
v7.2.5
- update dependencies
v7.2.4
fix: revert a backward incompatible refactoring
v7.2.3
v7.2.2
Thanks to @polarikus
- fix 147