Releases: refinedev/refine
Releases · refinedev/refine
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Added missing implementations for
nnull
,startswith
,startswiths
,nstartswith
,nstartswiths
,endswith
,endswiths
,nendswith
andnendswiths
filters by_similar
,_nsimilar
,_regex
and_iregex
filters from Hasura.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
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.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.
@pankod/[email protected]
Minor Changes
- Updated
dataProvider
types withRequired
utility to markgetMany
,createMany
,updateMany
anddeleteMany
as implemented.