Skip to content

Releases: abuinitski/redux-bundler-async-resources

v2.0.1: cleanup

23 Apr 13:11
Compare
Choose a tag to compare
  • removed extra logging that was added accidentally

v2.0.0

19 Apr 19:26
Compare
Choose a tag to compare
v2.0.0

infinite scroll bundle beta.2

16 Jul 15:08
Compare
Choose a tag to compare
v2.0.0-beta.1

v2.0.beta-1 - migrated to webpack from microbundle

createInfiniteScrollAsyncCollectionBundle

11 Jul 16:35
Compare
Choose a tag to compare
2.0.0-beta.0

v.2.0.0-beta.0

v.1.2.1 – corrections for use with redux-bundler-async-resources-hooks

09 Jul 09:34
Compare
Choose a tag to compare

v.1.2.0

16 May 22:54
Compare
Choose a tag to compare
  • added Async Resource Bundle dependencies mechanism (dependencyKey)

v.1.1.1

05 May 16:21
Compare
Choose a tag to compare
  • added ability to select retryAt timestamp for cases when you want to show a timer
  • added makeAsyncResourceBundleKeys and makeAsyncResourcesBundleKeys for cases when you need some automated processing of async resources

createAsyncResourceBundle and adjustment updates

03 May 12:19
Compare
Choose a tag to compare

Three primary updates for this release:

  • createAsyncResourceBundle reimplementation with same naming conventions, implementation logic, and same extra features

  • doAdjust${Name} and it's bundleS counterpart doAdjustItemOf${Name}. Will update current data snapshot to a newer state in case, for example, you have mutation API actions that render a predictable change to your item. No need to reload!

  • added a reference to redux-bundler-async-resources-hooks in a README file. This package should come very soon.

Breaking change:

  • removed doExpireItemOf${Name} since it is totally covered by doClearItemOf${Name}.

Support update

02 Mar 00:38
Compare
Choose a tag to compare

1.0.0 contained a missed item with timekeeper being listed in package dependencies instead of dev dependencies. Fixed.

Initial Release

02 Mar 00:34
Compare
Choose a tag to compare
1.0.0

initial commit