v1.0.0
MixerApi v1.0.0 is now available! See the changelog for every commit.
PHP version
8.0or higher and CakePHP4.2or higher is now required.
Bake
- Add support for other mixerapi plugins #89
Crud
ExceptionRender
- Swagger Bake Exception Schema Implementation #87
Rest
- AutoRouter::__construct() now accepts
RouteScannerinstead of a namespace string for argument two. - Set default status codes on CRUD operations. This forces
delete()to 204 andadd()to 201. See README for changing the defaults. #83