Skip to content

Releases: expo/eas-cli

v16.3.0

09 Apr 23:17
Compare
Choose a tag to compare

v16.3.0

🎉 New features

v16.2.2

08 Apr 13:09
Compare
Choose a tag to compare

v16.2.2

v16.2.1

04 Apr 11:33
Compare
Choose a tag to compare

v16.2.1

🧹 Chores

v16.2.0

03 Apr 16:46
Compare
Choose a tag to compare

v16.2.0

🎉 New features

  • Add environment flag to eas fingerprint:compare. (#2954 by @quinlanj)
  • Add build-profile flag to eas fingerprint:generate. (#2966 by @quinlanj)

🧹 Chores

  • Remove hidden flag from eas fingerprint:generate. (#2965 by @quinlanj)
  • Refactor eas update command to improve code readability. (#2976 by @quinlanj)
  • eas update: add warning if no build exists with fingerprint. (#2977 by @quinlanj)

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.
    • [email protected] 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