Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Releases: expo/xde

v2.15.2

07 Mar 00:28
Compare
Choose a tag to compare
  • Rename Exponent -> Expo.
  • Put app templates, iOS simulator apps, and Android APKs behind CloudFront.

v2.15.1

25 Feb 03:03
Compare
Choose a tag to compare
  • Fix auto update bug on Windows.
  • Don't install xde command on startup.
  • Show better Xcode warning when simulator fails to launch.

v2.15.0

14 Feb 23:42
Compare
Choose a tag to compare
  • Support for Exponent SDK 14.
  • Add separate tab for notifications.
  • Fix bug that caused logging out after a day.
  • Add suggestion to point command line tools to Xcode.

v2.14.3

28 Jan 01:13
Compare
Choose a tag to compare
  • Compile bundled watchman without pcre.
  • Better Xcode error handling.
  • Fix bug with icon fields in Exponent SDK 13.

v2.14.2

23 Jan 23:26
Compare
Choose a tag to compare
  • Fix another bug that could log user out after a day.

v2.14.1

19 Jan 03:21
Compare
Choose a tag to compare
  • Fix bug that logged user out after a day.

v2.14.0

18 Jan 03:15
Compare
Choose a tag to compare
Bump versions

fbshipit-source-id: 83189a0

v2.13.0

12 Jan 02:14
Compare
Choose a tag to compare
  • Better accounts system!
  • Support for Exponent SDK 13.

v2.12.0

21 Dec 03:13
Compare
Choose a tag to compare
  • Improve iOS simulator build extraction.

v2.11.0

07 Dec 22:47
Compare
Choose a tag to compare
  • Add support for proxies. Use the HTTP_PROXY and HTTPS_PROXY environment variables as described here: https://github.com/request/request#controlling-proxy-behaviour-using-environment-variables.
  • Add support for starting XDE from command line on macOS. Use xde or xde [directory].
  • Attempt to fix bug where watchman hangs indefinitely.
  • Fix bug where an error running on iOS would uninstall the Exponent app from the simulator.
  • Re-enable node_module verification checks.
  • Validate exp.json against the correct schema for each sdkVersion, not just the latest schema.