v4.0.0
New feature
- Add App Router support #53
Breaking changes
onRequest
,onSuccess
and middlewares no longer accepts the response parameter.onRequest
can now return a Response. If thats the case, the CRUD handlers will be skipped.onRequest
,onSuccess
and middleware's request parameter will now contain an object withbody
,url
,method
andheaders
(https://github.com/premieroctet/next-crud/blob/v4.0.0/src/types.ts#L204)