Releases: expo/eas-cli
Releases · expo/eas-cli
v16.3.0
v16.3.0
🎉 New features
- Add
eas upload
command. (#2932, #2981, #2983 by @gabrieldonadel) - Add
eas build:download
command. (#2982 by @gabrieldonadel)
v16.2.2
v16.2.2
v16.2.1
v16.2.0
v16.1.0
v16.1.0
🎉 New features
- Add environment flag to
eas fingerprint:generate
. (#2951 by @quinlanj) - Add
corepack
field toeas.json
. (#2964 by @szdziedzic)
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
. [email protected]
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)