Skip to content

0.2.0

Choose a tag to compare

@timomeh timomeh released this 31 Jan 17:31
· 7 commits to main since this release
  • Adds getKernelFromContext to get the current kernel from AsyncLocalStorage, when using withKernel()
  • Adds getKernelFromProvider to get the current kernel from setInvokeKernelProvider
  • Adds getKernelFromGlobal to get the current kernel from setGlobalInvokeKernel

All are also available as Vla.getKernel.fromContext(), Vla.getKernel.fromProvider(), Vla.getKernel.fromGlobal()

Full Changelog: v0.1.6...v0.2.0