Skip to content

Releases: premieroctet/next-crud

v1.1.1

24 Sep 15:47
Compare
Choose a tag to compare
  • Handle where filter for prisma relations #17
  • Use resource name in 404 errors #19
  • Add additional params to onRequest - ref #18 #21

v1.1.0

15 Dec 14:40
Compare
Choose a tag to compare

This release improves errors messages and adds the possibility to throw custom errors from the adapter (69eea93) 🛠

First release 🎉

15 Dec 14:35
Compare
Choose a tag to compare

This first release includes the most basic features ✨

  • Prisma support out of the box 💎
  • Query params parsing to improve data selection ✨
  • Callbacks so that you are aware of what happens 👀
  • Middlewares to format the returned data for example 🧑‍💻
  • Routes filtering