Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 23:34

2.0.0 (2021-03-16)

Bug Fixes

  • typescript sync mode compilation (fbe3663)

BREAKING CHANGES

  • users will now need to include WebdriverIO types in
    their tsconfig.json in order to hydrate the WebdriverIO.Element type.

In order to verify the lib compiles for both async and sync mode
projects the test folder has been reorganised into two sets of tests:
those that use async mode and those that use sync mode. To achieve this
a tsconfig is included in each directory that includes the corresponding
WebdriverIO types for their mode. In order to verify each test mode
compiles correctly typecheck npm scripts have been added and are used
in the validate script.