Releases: expo/eas-cli
Releases · expo/eas-cli
v16.1.0
v16.0.1
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
v16.0.0
🛠 Breaking changes
- Add support for
.easignore
whenrequireCommit
is set totrue
. (#2942 by @sjchmiela)- Up to 15.0.0, if
requireCommit
wastrue
,.easignore
was silently ignored. - Versions 15.0.0-15.0.13 started using
.easignore
to skip files from being bundled into a tarball whenrequireCommit
wastrue
. This was an unexpected change in behavior. - To clear this up, versions 15.0.13-15.0.15 were erroring if
.easignore
was present whenrequireCommit
wastrue
. eas-cli@16.0.0
formalizes the 15.0.0-15.0.13 behavior by adhering to.easignore
even whenrequireCommit
is set totrue
.- 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 totrue
.
- Up to 15.0.0, if
🎉 New features
- Add requestId to ApiV2Error. (#2941 by @wschurman)
- Release
eas fingerprint:generate
in hidden mode (#2937 by @quinlanj)
🐛 Bug fixes
- Use correct logic to determine whether artifacts have expired in
eas build:run
command. (#2931 by @szdziedzic)
v15.0.15
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
v15.0.14
🐛 Bug fixes
- In
EAS_NO_VCS=1
, use Git for repository root whenEAS_PROJECT_ROOT
is not set. (#2901 by @sjchmiela)
🧹 Chores
- Suggest using
eas build:dev
for matching configurations. (#2929 by @szdziedzic)
v15.0.13
v15.0.13
🐛 Bug fixes
- Fixed
.git
being always unexpectedly removed if you hadrequireCommit: true
and.easignore
present. (#2925 by @sjchmiela)
🧹 Chores
- Fix
eas fingerprint:compare
URL generation and pretty prints. (#2909 by @quinlanj) - fix formatFields to handle empty array. (#2914 by @quinlanj)
- fix git diff header in
fingerprint:compare
. (#2915 by @quinlanj) - amend fingerprint compare url. (#2923 by @quinlanj)
- improve error message for
applicationIdSuffix
. (#2924 by @kadikraman)
v15.0.12
v15.0.11
v15.0.11
🐛 Bug fixes
- Fix internal TestFlight group creation. (#2906 by @EvanBacon)
🧹 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
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
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)