Skip to content

Releases: reactive/data-client

@data-client/[email protected]

28 Dec 19:03
af07e7a
Compare
Choose a tag to compare

Patch Changes

  • #3333 1777546 Thanks @renovate! - Resource.extend() compatibility with TypeScript 5

    Previously 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]

28 Dec 19:03
af07e7a
Compare
Choose a tag to compare

Patch Changes

  • 3906fc2 Thanks @ntucker! - SUBSCRIBE action field ordering consistent with other actions

  • 19d4669 Thanks @ntucker! - Fix pnp compatibility

    Change import from @data-client/normalizr -> @data-client/core
    as core is explicit dependency

  • Updated dependencies [3906fc2]:

@data-client/[email protected]

28 Dec 19:03
af07e7a
Compare
Choose a tag to compare

Patch Changes

  • 3906fc2 Thanks @ntucker! - SUBSCRIBE action field ordering consistent with other actions

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes

@data-client/[email protected]

25 Nov 00:22
00d6a22
Compare
Choose a tag to compare

Patch Changes