Skip to content

Latest commit

 

History

History
168 lines (78 loc) · 6.99 KB

CHANGELOG.md

File metadata and controls

168 lines (78 loc) · 6.99 KB

1.3.0 (2020-12-07)

Features

  • iOS: Add 5 second retry on DeviceLocked for iOS (#167) (f451e46)

1.2.2 (2020-10-16)

Bug Fixes

  • android: don't print ADB unresponsive error to stdout (#163) (2cd894b)

1.2.1 (2020-09-29)

Bug Fixes

1.2.0 (2020-09-28)

Bug Fixes

Features

  • android: gracefully handle when device is offline (aa6688d)
  • android: gracefully handle when device is out of space (9da9f59)
  • android: handle INSTALL_FAILED_INSUFFICIENT_STORAGE adb error (bcf2369)
  • android: kill unresponsive adb server after 5s and retry (9e1bbc7)
  • list: show model, then ID if no name (d56415d)
  • columnize --list output (5b7da72)

1.1.0 (2020-09-10)

Bug Fixes

  • ios: do not falsely link to Android Wiki for iOS errors (18371f2)

Features

  • android: create AVD home if not found (1cec3c2)

1.0.0 (2020-04-02)

chore

Features

  • android: handle adb error re: improper signing (829585f)
  • android: show link to online help docs for errors (0bc4487)

BREAKING CHANGES

  • A minimum of Node.js 10.3.0 is required.

0.3.0 (2019-12-04)

Features

  • android: handle INSTALL_FAILED_OLDER_SDK adb error (#92) (6616f37)
  • android: support API 29 (2282b3a)

0.2.9 (2019-10-15)

Bug Fixes

  • ios: added support for iOS 13 (c27675f)

0.2.8 (2019-07-12)

Bug Fixes

  • list: include errors in standard output (9ceb343)

0.2.7 (2019-06-25)

Bug Fixes

  • android: more accurate device/emulator detection (5ec454b)
  • list: handle errors with devices/virtual devices (9c2375d)

0.2.6 (2019-06-17)

Bug Fixes

  • ios: support old simctl runtime output format (aa73578)

0.2.5 (2019-06-10)

Bug Fixes

  • android: fix path issue for windows (9b87583)

0.2.4 (2019-06-07)

Bug Fixes

  • android: log errors during sdk walk, don't throw (ea2e0c5)

0.2.3 (2019-06-05)

Bug Fixes

  • ios: fix getSimulators for Xcode 10+ tooling (605164a)
  • ios: improve getSimulators error messaging (86205d6)

0.2.2 (2019-05-31)

Bug Fixes

  • android: handle devices connected over tcp/ip (4869f4a)

0.2.1 (2019-05-30)

Bug Fixes

  • android: handle \r\n for adb output on Windows during --list (50bfa73)

0.2.0 (2019-05-30)

Bug Fixes

  • ios: log iOS --list errors, but still print (e516a83)
  • ios: print more helpful error if app path doesn't exist (49819b0)

Features

  • android: better error messaging (0cfa51a)
  • android: have --forward accept multiple values (#26) (7844ea4)

0.1.2 (2019-05-29)

Bug Fixes

  • android: catch api issues for --list (9453f2c)

0.1.1 (2019-05-29)

Bug Fixes

  • list: add heading for each platform (203d7b6)