This repository has been archived by the owner on Sep 25, 2018. It is now read-only.
Releases: expo/xde
Releases · expo/xde
v2.15.2
- Rename Exponent -> Expo.
- Put app templates, iOS simulator apps, and Android APKs behind CloudFront.
v2.15.1
- 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
- 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
- Compile bundled watchman without pcre.
- Better Xcode error handling.
- Fix bug with
icon
fields in Exponent SDK 13.
v2.14.2
- Fix another bug that could log user out after a day.
v2.14.1
- Fix bug that logged user out after a day.
v2.14.0
Bump versions fbshipit-source-id: 83189a0
v2.13.0
- Better accounts system!
- Support for Exponent SDK 13.
v2.12.0
- Improve iOS simulator build extraction.
v2.11.0
- Add support for proxies. Use the
HTTP_PROXY
andHTTPS_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
orxde [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.