Skip to content

v0.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 21:24
· 20 commits to master since this release

Changelog: v0.0.15...v0.0.16

  • Fixed initial value persistence in storage.

  • Promises retuned by Executor.execute don't trigger unhandled errors when rejected.

  • useExecutorSuspense accepts a condition under which executors are awaited by Suspence. By default, non-fulfilled pending executors are awaited:

useExecutorSuspense(myExecutor, executor => !executor.isFulfilled);