Skip to content

Releases: expo/eas-cli

v16.1.0

26 Mar 12:51
Compare
Choose a tag to compare

v16.1.0

🎉 New features

v16.0.1

20 Mar 21:48
Compare
Choose a tag to compare

v16.0.1

🐛 Bug fixes

  • Make eas update:configure re-apply configuration from app.json /app.config.js when run multiple times. (#2957 by @brentvatne)

v16.0.0

19 Mar 09:36
Compare
Choose a tag to compare

v16.0.0

🛠 Breaking changes

  • Add support for .easignore when requireCommit is set to true. (#2942 by @sjchmiela)
    • Up to 15.0.0, if requireCommit was true, .easignore was silently ignored.
    • Versions 15.0.0-15.0.13 started using .easignore to skip files from being bundled into a tarball when requireCommit was true. This was an unexpected change in behavior.
    • To clear this up, versions 15.0.13-15.0.15 were erroring if .easignore was present when requireCommit was true.
    • eas-cli@16.0.0 formalizes the 15.0.0-15.0.13 behavior by adhering to .easignore even when requireCommit is set to true.
    • If you know what you're doing and you want to suppress a warning printed, you can do so by setting EAS_SUPPRESS_REQUIRE_COMMIT_EASIGNORE_WARNING environment variable to true.

🎉 New features

🐛 Bug fixes

  • Use correct logic to determine whether artifacts have expired in eas build:run command. (#2931 by @szdziedzic)

v15.0.15

12 Mar 00:07
Compare
Choose a tag to compare

v15.0.15

🐛 Bug fixes

  • Pass through the updates version to setUpdatesConfigAsync, which expects it in order to determine which field values to use. (#2934 by @brentvatne).

v15.0.14

06 Mar 14:04
Compare
Choose a tag to compare

v15.0.14

🐛 Bug fixes

  • In EAS_NO_VCS=1, use Git for repository root when EAS_PROJECT_ROOT is not set. (#2901 by @sjchmiela)

🧹 Chores

  • Suggest using eas build:dev for matching configurations. (#2929 by @szdziedzic)

v15.0.13

04 Mar 08:15
Compare
Choose a tag to compare

v15.0.13

🐛 Bug fixes

  • Fixed .git being always unexpectedly removed if you had requireCommit: true and .easignore present. (#2925 by @sjchmiela)

🧹 Chores

v15.0.12

22 Feb 01:46
Compare
Choose a tag to compare

v15.0.12

🐛 Bug fixes

v15.0.11

21 Feb 13:59
Compare
Choose a tag to compare

v15.0.11

🐛 Bug fixes

🧹 Chores

  • Narrow amount of data queried for basic update channel operations. (#2901 by @wschurman)
  • Fix eas fingerprint:compare description. (#2908 by @quinlanj)
  • Skip auto-creation of TestFlight group when there are already exisitng TestFlight groups and allow to opt out of the behavior by setting EAS_NO_AUTO_TESTFLIGHT_SETUP env var. (#2856 by @szdziedzic)

v15.0.10

11 Feb 19:13
Compare
Choose a tag to compare

v15.0.10

🐛 Bug fixes

  • Fix files deleted in working directory not being removed from the project archive when requireCommit is false. (#2900 by @sjchmiela)

v15.0.9

09 Feb 12:18
Compare
Choose a tag to compare

v15.0.9

🐛 Bug fixes

  • Fix files not being ignored when creating a tarball on Windows in Git repository in no requireCommit mode. (#2894 by @sjchmiela)