Resourcerer Versions Save

Declarative data-fetching and caching framework for REST APIs with React

v1.2.0

2 months ago

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.

v1.1.0

6 months ago

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

1 year ago

v1.0.12

1 year ago

v1.0.10

1 year ago

v1.0.9

1 year ago

v1.0.8

1 year ago

v1.0.7

2 years ago

v1.0.3

2 years ago

v1.0.2

2 years ago

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