Releases: yahoojapan/tappy
Releases · yahoojapan/tappy
v0.2.1
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
v0.1.4
- feat: add mm properties to AnalyzeResult (e1b9bd2)
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- fix: rename scale to scaleFactor in Device type (e357925)
- feat: update visualize function to use analyzeResult (441d3c5)
- feat: include device information in AnalyzeResult (84419e2)
Full Changelog: v0.1.2...v0.1.3
v0.1.2
First Release