- Type-hint fixes at the module-level, and a couple method signature fixes - New way to wait for page transitions: `pom.Page.expect_transition`
0.1.1
------------------
- Packaging and requirements fixes - Added some left-behind critical missing functions! - Fixed typos on exception names
0.1.0
------------------
- Exported modelling core to e2e.common, imported and used here - Fixed some type-hints based on updated mypy versions - Fixed some issues mypy had detecting types in the package at all - Updated tags to support Python 3.9, 3.10
0.0.1
------------------
- Initial release! Elements, Collections, IFrames, and Pages.