Skip to content

v0.2.0

Choose a tag to compare

@tahmarrrr23 tahmarrrr23 released this 01 Sep 07:13
· 14 commits to main since this release

BREAKING CHANGE

In v0.1.x, the Adapter handled page navigation, which limited flexibility when analyzing pages with animations, dynamic content, or complex interactions. To enable more granular control over page operations and timing, navigation responsibility is shifted to the user.

Tappy analyzes the current state of the page object at the time analyze() is called.


  • feat: improve API design by separating navigation from analysis (65d3d24)

Full Changelog: v0.1.4...v0.2.0