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