Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 11:54
· 28 commits to master since this release
abe1e6a

2.0.0 (2023-11-14)

Bug Fixes

  • useExecutor and useTask now both return error as 'any' or null (321a15d)

Features

  • hooks now consistently expose error information, added error property (9251c42)
  • useTask now also provides error information in case one was encountered (115c0cd)

BREAKING CHANGES

  • removed isError property from hook return values