Releases: reactive/data-client
Releases · reactive/data-client
@data-client/[email protected]
Patch Changes
-
#3333
1777546
Thanks @renovate! - Resource.extend() compatibility with TypeScript 5Previously extending existing members with no
typed overrides (like path) would not work starting with
TypeScript 5.7.const UserResource = UserResourceBase.extend({ partialUpdate: { getOptimisticResponse(snap, params, body) { params.id; params.group; // @ts-expect-error params.nothere; return { id: params.id, ...body, }; }, }, });
@data-client/[email protected]
Patch Changes
@data-client/[email protected]
@data-client/[email protected]
@data-client/[email protected]
@data-client/[email protected]
@data-client/[email protected]
Patch Changes
-
#3281
99cd041
Thanks @ntucker! - Collections work with nested argsThis fixes integration with qs library and more complex search parameters.
-
25be07f
Thanks @ntucker! - Update README to not say 'mixin' twice -
Updated dependencies [
99cd041
]:- @data-client/[email protected]
@data-client/[email protected]
@data-client/[email protected]
@data-client/[email protected]
Patch Changes
-
#3281
99cd041
Thanks @ntucker! - Collections work with nested argsThis fixes integration with qs library and more complex search parameters.
-
25be07f
Thanks @ntucker! - Update README to not say 'mixin' twice -
Updated dependencies [
99cd041
]:- @data-client/[email protected]