Releases: expo/eas-cli
Releases · expo/eas-cli
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)
v15.0.8
v15.0.8
v15.0.7
v15.0.7
v15.0.6
v15.0.6
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)