Skip to content

v0.3.0

Compare
Choose a tag to compare
@ghosind ghosind released this 02 Feb 10:23
· 68 commits to main since this release
v0.3.0
3009a2e

PLEASE ATTENTION: This version is not compatible with the old versions.

Breaking Changes

  • AsyncFn allows to customize the parameters list and return values list.
  • Refactor utility functions' signature to return the outputs of the handler functions.

New Features

  • Add ExecutionError to wrap errors.
  • Add Forever function.