v2.0.0
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
errorproperty (9251c42) - useTask now also provides error information in case one was encountered (115c0cd)
BREAKING CHANGES
- removed
isErrorproperty from hook return values