v2.0.0
Breaking Changes
NextCrud
You can now move your NextCrud
function(s) to a single file, for example under pages/api/[...nextcrud].ts
. Check the documentation for more info.
Prisma adapter
You will need to pass the prisma client instance as a parameter of the instance.
The resourceName
property has been removed.
More info on the on the documentation
New feature
We now support Swagger. For Prisma user, you have nothing to do. For non Prisma users, you will need to implement the getModelsJsonSchema
. More info on the documentation