v3.0.0-beta.51
Pre-release
Pre-release
·
318 commits
to beta
since this release
3.0.0-beta.51 (2024-06-20)
Code Refactoring
- exe-unit: renamed
before
method tosetup
and addedteardown
method (1cd8f00) - work-context: rename WorkContext to ExeUnit (70c8ed0)
Features
- added setup and teardown functions as options to exe-unit (1fd6eac)
BREAKING CHANGES
- exe-unit: The current use of the
WorkContext.before()
method
should be replaced withExeUnit.setup()
- work-context: The API object WorkContext (ctx) has been renamed to ExeUnit.
All references to WorkContext must be updated.