Releases: expo/eas-cli
Releases · expo/eas-cli
v15.0.5
v15.0.5
🐛 Bug fixes
- Do not copy files over onto a cloned Git repository when packing the project archive if
requireCommit
is true. (#2885 by @sjchmiela) - Fix
EISDIR
error when archiving project with submodules ignored. (#2884 by @sjchmiela)
v15.0.4
v15.0.4
🐛 Bug fixes
- Fixed
GitClient
not respecting.easignore
file. (#2873 by @sjchmiela) - Fix symlink support in
makeShallowCopyAsync
. (#2874 by @sjchmiela) - Allow excluding
.git
directory from project archive by adding it to.easignore
. (#2879 by @sjchmiela)
🧹 Chores
- Popup website in fingerprint:compare. (#2859 by @quinlanj)
- Fix fingerprint:compare URL. (#2861 by @quinlanj)
- Make less gql calls in fingerprint:compare. (#2860 by @quinlanj)
- No longer require owner field for SDK >= 53 or canary. (#2835 by @wschurman)
- Add --open flag to fingerprint:compare. (#2872 by @quinlanj)
v15.0.3
v15.0.2
v15.0.2
v15.0.1
v15.0.1
v15.0.0
v15.0.0
🛠 Breaking changes
- Use Git to archive projects containing a Git repository. (Previously, Git would only be used if
requireCommit
flag ineas.json
was set totrue
.) (#2841 by @sjchmiela)
🐛 Bug fixes
- Print warning for
NoVcsClient
only once. (#2863 by @szdziedzic)
🧹 Chores
v14.7.1
v14.7.1
🐛 Bug fixes
- Account for
ios.config.usesNonExemptEncryption
in non-exempt encryption status prompt. (#2852 by @EvanBacon)
v14.7.0
v14.7.0
🎉 New features
- Add
--submit
and-s
as aliases for--auto-submit
flag. (#2846 by @szdziedzic)
🐛 Bug fixes
- Skip non-exempt check in non-interactive mode. (#2849 by @EvanBacon)
v14.6.0
v14.6.0
🎉 New features
- Prompt to set non-exempt encryption status for the iOS app to support faster store submissions. (#2843 by @EvanBacon)
- Automatically create internal TestFlight group in EAS Submit command. (#2839 by @evanbacon)
- Sanitize and generate names for EAS Submit to prevent failures due to invalid characters or taken names. (#2842 by @evanbacon)
- Release
eas fingerprint:compare
. (#2821 by @quinlanj)
🧹 Chores
- Make new autoIncremented builds start at nr 1 by default (#2828 by @radoslawkrzemien)
v14.5.0
v14.5.0
🎉 New features
- Allow filtering by
--fingerprint_hash
ineas build:list
command. (#2818 by @szdziedzic)
🐛 Bug fixes
- Ensure that the AASA file is served with content type application/json (#2829 by @kadikraman)
- Ensure that the AppleID provided in prompt or saved to cache does not contain invalid unprintable characters (#2830 by @radoslawkrzemien)
🧹 Chores
- Fix logs typos in the
eas deploy
command. (#2822 by @kadikraman) - Make
deploy
the top level command for hosting. (#2824 by @kadikraman) - Allow longer submit profile extension chain (up to 5, same as build profile) (#2831 by @radoslawkrzemien)
- Make variable naming more explicit, remove deprecated runtimeFingerprintSource uses. (#2816 by @wschurman)