V2.0.1: TypeScript support (somewhat)
What's Changed
- TypeScript typings added, but not globally supported. There are still some issues in other suites, so there's a lot of
any
(mainly due toComponentObjectFunction
- renamed
_nestedObject
function toperformWithin
- Remove
_clone
method onElementCollection
: it does not work with element selector functions declared in an object - Add
tsc-and-lint
workflow - Fix thrown error for nested page objects
2.0.0 is identical, but this has a github workflow change.