Skip to content

v2.0.0

Compare
Choose a tag to compare
@foyarash foyarash released this 05 Oct 12:18
· 39 commits to master since this release

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