Skip to content

Releases: refinedev/refine

@pankod/refine-nhost@3.37.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-nestjsx-crud@3.33.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-medusa@1.5.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-hasura@4.15.0

12 Oct 15:41
1537d8d
Compare
Choose a tag to compare

Minor Changes

  • Added missing implementations for nnull, startswith, startswiths, nstartswith, nstartswiths, endswith, endswiths, nendswith and nendswiths filters by _similar, _nsimilar, _regex and _iregex filters from Hasura.

@pankod/refine-hasura@4.13.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-graphql@4.9.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-core@3.84.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Marked getMany, createMany, updateMany and deleteMany functions as optional and substituted with getOne, create, update and deleteOne respectively. Now users can choose to skip implementing getMany, createMany, updateMany and deleteMany functions and use getOne, create, update and deleteOne functions instead.

    Breaking Change

    • getMany, createMany, updateMany and deleteMany functions are now optional and may cause type issues if used outside of the refine hooks.

@pankod/refine-appwrite@5.3.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-altogic@3.33.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.

@pankod/refine-airtable@3.31.0

12 Oct 10:07
ba2bd3d
Compare
Choose a tag to compare

Minor Changes

  • Updated dataProvider types with Required utility to mark getMany, createMany, updateMany and deleteMany as implemented.