@expo/eas-json
Advanced tools
Changelog
0.34.0 - 2021-11-01
stderr
. (#708 by @dsokal)eas.json
format introduced in v0.22.2. (#695 by @wkozyra95)cli
field in root of eas.json
. (#695 by @wkozyra95)Changelog
0.33.0 - 2021-10-20
eas build
or eas submit
was "release". We're changing it to a more recognizable name that is consistent with our docs, which is now "production". You can always specify a profile manually with the --profile
flag. For this major version, if you do not have a profile named "production", and still have a profile named "release", we will fall back to the "release" profile as the default, however you'll see a warning as we're going to remove that behavior in the next major release of EAS CLI.build
and submit
objects. If you already have a project set up, this will replace the existing "release" profile. After the change, eas.json should have the following profiles:
{
"build": {
"production": { ... }
},
"submit": {
"production": { ... }
}
}
Changelog
0.32.0 - 2021-10-15
eas submit
interactive mode. (#688 by @barthap)Changelog
0.31.0 - 2021-10-08
image
is defined. This only applies to managed projects. (#675 by @wkozyra95, @dsokal)Changelog
0.29.0 - 2021-09-28
Info.plist
. (#635 by @wkozyra95)Changelog
0.28.0 - 2021-09-20
eas submit
. (#620 by @dsokal)eas submit
. (#624 by @dsokal)expo-dev-client
when building with developmentClient
flag. (#627 by @dsokal)Changelog
0.27.0 - 2021-09-10
--platform all
in eas submit
. (#598 by @dsokal)--non-interactive
in eas submit
. (#600 by @dsokal)eas build --auto-submit
to submit automatically on build complete. (#603 by @dsokal)android.serviceAccountKeyPath
in submit profiles. (#604 by @dsokal)googleServicesFile
on Windows. (#602 by @wkozyra95)