Skip to content

Releases: yahoojapan/tappy

v0.2.1

27 Oct 09:38

Choose a tag to compare

What's Changed

  • feat: make device name optional (c7605a3)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Sep 07:13

Choose a tag to compare

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

29 Aug 09:39

Choose a tag to compare

  • feat: add mm properties to AnalyzeResult (e1b9bd2)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

29 Aug 04:39

Choose a tag to compare

  • 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

26 Aug 09:30

Choose a tag to compare

First Release