Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

108 lines (64 loc) · 2.99 KB

1.12.1 (March 29, 2018)

Update XDL to version 48.1.2.

1.12.0 (March 29, 2018)

  • Add command to send the app URL to your phone via email or SMS.
  • Add support for Yarn workspaces.
  • Update XDL.

1.11.1 (January 26, 2018)

Update XDL to version 48.0.2.

1.10.0 (January 18, 2018)

Update to Expo SDK 25.

1.9.0 (January 17, 2018)

Update XDL to version 47.2.0.

1.8.0 (November 27, 2017)

Update for SDK 23.

1.7.0 (November 2, 2017)

Release notes for previous releases between 1.3.1 and 1.7.0 were not include here as they only included React Native version bumps.

Bug Fixes

  • Fix Flow config, works on new projects now as expected.

1.3.1 (September 2, 2017)

Bug Fixes

  • Fix an issue where stdout is null when validating inotify watches in some rare cases that I don't understand yet. (expo#234)

Committers

  • brentvatne

1.3.0 (August 28, 2017)

Bug Fixes

Committers

  • brentvatne

1.2.1 (August 19, 2017)

Improvements

  • Update to Expo SDK 20
  • Warn if OS file watcher config is too low and watchman is not installed

Committers

  • arahansen
  • ro-savage
  • vs1682
  • brentvatne

1.1.0 (July 28, 2017)

Bug Fixes

  • Switch Babel preset on eject (#328)
  • Fix yarnpkg alias usage in the init script (#329)

Features

  • Add interactive mode with keyboard commands (#326)
  • Include whether dev or production is enabled in "Running app on" message (655960)

Committers

  • fson
  • brentvatne

1.0 (July 24, 2017)

Bug Fixes

  • Fix broken link in README to test example. (532258)
  • Fix npm 5 version validation. (#317)

Features

  • Add --package-manager option which allows you to specify any package manager to use when creating a project. (#307)
  • Update to Expo SDK 19 / React Native 0.46.1.
  • Update xdl
    • Softens warnings for npm 5 where version > 5.0.3.
    • Removes the dependency on ngrok and dtrace, so there is no native compile step on install.
  • Add CHANGELOG.md (#319)

Committers

  • metheglin
  • Hum4n01d
  • DuncanMacWeb
  • shashkovdanil
  • brentvatne