refine-bot
released this
12 Oct 10:07
·
3495 commits
to master
since this release
Minor Changes
-
Marked
getMany
,createMany
,updateMany
anddeleteMany
functions as optional and substituted withgetOne
,create
,update
anddeleteOne
respectively. Now users can choose to skip implementinggetMany
,createMany
,updateMany
anddeleteMany
functions and usegetOne
,create
,update
anddeleteOne
functions instead.Breaking Change
getMany
,createMany
,updateMany
anddeleteMany
functions are now optional and may cause type issues if used outside of the refine hooks.