v10.1.0
Added
- Ability to access World parameters from
BeforeAll
/AfterAll
hooks (see documentation) (#1770) - Support for Node.js 21 (#2365)
Changed
- Replace usage of
VError
withError.cause
(#2363) - Updated HTML formatter with better search UX and smaller bundle size (react-components#337)
Fixed
- Prevent mutations on world parameters leaking between test cases (#2362)