Skip to content

Releases: noahgrant/resourcerer

v1.2.0

26 Feb 15:58
0ae6b0d
Compare
Choose a tag to compare

V1.2.0 introduces a long-awaited change in state flow to use render bailouts instead of useEffect, saving several renders in the process and making serial requests more seamless when both resources are cached.

The only external change with this version is the removal of the isOrWillBeLoading helper, which is no longer necessary.

TypeScript support

03 Nov 03:02
849f2ec
Compare
Choose a tag to compare

Adds TypeScript support in beta, with an index.d.ts in the root directory for use until stable, after which it will get added to the DefinitelyTyped repository.

v1.0.13

26 Mar 21:56
c11c059
Compare
Choose a tag to compare
v1.0.13

v1.0.12

15 Mar 03:41
5d6ff67
Compare
Choose a tag to compare
v1.0.12

v1.0.10

14 Jul 17:08
d43cefa
Compare
Choose a tag to compare
v1.0.10

v1.0.9

08 Jun 15:06
cdc768a
Compare
Choose a tag to compare
v1.0.9

v1.0.8

31 May 22:42
4b08b0a
Compare
Choose a tag to compare
v1.0.8

1.0.7

19 Mar 22:12
14776eb
Compare
Choose a tag to compare
v1.0.7

v1.0.7

1.0.3

06 Feb 00:11
d4d6972
Compare
Choose a tag to compare
v1.0.3

v1.0.3

1.0.2

20 Jan 01:38
457ac8a
Compare
Choose a tag to compare

Fixes a bug where using {wait: true} when saving to defer data set on a model wasn't really working.