0.15.0
BREAKING CHANGES
- 34a2bdf support prisma 2 (#692)
- cdfcda2 revert to old pagination model (#699)
- 541996b put
t.crud
behind an experimental flag (#682)
Features
- fe9611e enable configuring scalars (#712)
- 18e017d configurable pagination, prisma option (#709)
- cd3b5c9 relative @prisma/client import when path given (#704)
- 34a2bdf (breaking) support prisma 2 (#692)
- cdfcda2 (breaking) revert to old pagination model (#699)
- a08b741 warn if t.crud is used but not enabled (#691)
- 0703fb7 partially support Json type (#690)
- 0c03826 (breaking) support Prisma Beta 8 (#688)
- 9569bd6 support custom resolvers (#674)
- 7c5f4b8 forward nexus plugins into t.model and t.crud (#687)
- 6d44cdd support model without ids, compound ids and uniques (#686)
- 541996b (breaking) put
t.crud
behind an experimental flag (#682)
Fixes
- b089997 automated releases
- 2cabc65 convert nulls to undefined for non-nullable Prisma fields (#695)
- 061df60 do not require react types (#700)
- c63b8ae support model with a single id field (#696)