v0.2.0
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