Skip to content

v3.0.0-beta.51

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 12:23
· 318 commits to beta since this release
0909f3b

3.0.0-beta.51 (2024-06-20)

Code Refactoring

  • exe-unit: renamed before method to setup and added teardown 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.