Skip to content

Latest commit

 

History

History
625 lines (352 loc) · 41.2 KB

CHANGELOG.md

File metadata and controls

625 lines (352 loc) · 41.2 KB

8.2.1 (2024-01-15)

Bug fixes

  • preview: filter slugs with special characters to match dev clients exp+<slug> scheme (#252) (b8a9be8)

8.2.0 (2023-12-02)

New features

  • preview: add qr-target and use proper QR codes for expo-go and dev-build (#247) (54efbfd)

Documentation changes

  • preview: clarify the branch and workflow trigger relations (#246) (ccfad6f)

8.1.0 (2023-11-24)

New features

Bug fixes

  • preview: allow multiple app.json schemes (#244) (42d64cf)

Code changes

  • update error handling to node 20 standards (#243) (65ee055)
  • update workflows and repository to use Bun (#241) (7f1c170)
  • upgrade all actions to run on node 20 (#242) (b3e5355)

Other chores

  • ci: update release flow with new service account (#238) (e289d93)
  • update release workflow actions (#239) (57dcabe)

Documentation changes

  • add link to breaking change pull request (9e1a8c8)
  • fix changelog link in readme (185932d)
  • update example to use eas-version (#222) (7bc946c)

8.0.0 (2023-02-20)

⚠ BREAKING CHANGES

  • preview-comment: add deprecation notice with blog post (#207)

New features

  • preview: add eas update preview sub-action (#206) (f4d6037)

Code changes

  • preview-comment: add deprecation notice with blog post (#207) (d2b3e6c)

Other chores

  • bump http-cache-semantics from 4.1.0 to 4.1.1 (#205) (b1a8c06)

Documentation changes

  • preview-comment: emphasize that this sub-action is now deprecated (f4af238)
  • update examples for v8 (#210) (3d1cf9a)
  • update the readme with new examples (#208) (ae5d1a1)

7.2.1 (2023-01-04)

Code changes

Other chores

Documentation changes

  • command: update readme to fix badge (#201) (2606508)
  • preview-comment: add missing permissions in examples (#187) (5848f88)
  • update badge urls in the readmes (#199) (8440fd9)
  • update demo workflow to fix checkout issue (#181) (8e2559c)
  • use latest action verisons in readme (#193) (3f0a4b5)

7.2.0 (2022-04-07)

New features

  • comment: add comment-based action to interact with eas in pulls (#171) (088fd4e)

Other chores

  • bump minimist from 1.2.5 to 1.2.6 (#173) (72721e5)
  • clean the repo instead of checking out (ec1a49b)
  • disallow any linting issues for pulls (#177) (b5a8ca7)

Documentation changes

  • command: clean up the readme code example (0811162)
  • update the release steps in the contribution guide (b3b45ee)

7.1.1 (2022-03-17)

Bug fixes

Other chores

  • add tags syncing to the release workflow (eb1ffb8)
  • fix dirty repo preventing tag bump (7cde8f8)

Documentation changes

  • add direct link to expo access tokens (1f38d16)
  • increase visibility of the EXPO_TOKEN link (#168) (9fce70f)
  • preview-comment: update expo-cli version to latest (4681fcf)
  • reword the assumptions on package manager (459b567)

7.1.0 (2022-03-04)

New features

  • add projectDeepLink to template variables (#165) (2603f85)

Other chores

  • run authed tests only when auth is available (5815161)
  • set major tag version to release commit (b516013)
  • skip steps if auth is unavailable (bb7c723)
  • update github action author name (#166) (520d959)

7.0.3 (2022-02-14)

Bug fixes

  • improve invalid package version error handling (#159) (94c7d8a)
  • output error stacktraces in debug mode (#160) (6931e3c)

Other chores

Documentation changes

  • simplify expo cli versioning to latest (#161) (2e1fe6a)

7.0.2 (2022-01-25)

Code changes

  • preview-comment: auto-fill the github token (#156) (204dfed)

7.0.1 (2022-01-17)

Bug fixes

  • remove double resolving package versions (#152) (d53d38f)

Other chores

  • run test workflow every day at 15:00 utc (fd33d59)

Documentation changes

  • explicitly add non interactive flag (#151) (844ea09)
  • update comment preview readme header (7a46a49)
  • update step title in example with eas cli (7934883)
  • update workflow badge with test status (99593b8)

7.0.0 (2022-01-15)

⚠ BREAKING CHANGES

  • some input options are deprecated
    • Username and password authentication is dropped in favor of tokens
    • Custom cache keys are dropped
    • Custom install error handler is dropped

New features

Bug fixes

  • use which instead of npx to authenticate (#147) (c5d2c0f)

Code changes

Other chores

  • add basic e2e test workflow for main action (#141) (414c169)
  • add manual trigger to the tests (4908a48)
  • always use lf for build files (#122) (a9b9cfe)
  • bump semver-regex from 3.1.2 to 3.1.3 (#114) (50c0ef9)
  • bump tar from 4.4.13 to 4.4.19 (#112) (5f5673b)
  • bump tmpl from 1.0.4 to 1.0.5 (#115) (92ec93f)
  • clean up dependencies and eslint rules (#145) (3ae7999)
  • clean up master references in release and workflows (#104) (a2d9b1c)
  • clean up tsconfig and eslint rules (#123) (c20146f)
  • lint root files with prettier and eslint (#125) (1cfa7bb)
  • rebuild project (45b79a0)
  • rebuild project after dependency bumps (b099f17)
  • remove husky and improve ci build message (#128) (39b0d36)
  • simplify review and update build detection (#142) (ee415b0)
  • update setup-node action to v2 release (#119) (3b3e6b8)
  • update semantic release to update the build (354dc08)
  • update the action manifest (633cdf0)
  • upgrade dev dependencies and rebuild action (#120) (186ef00)

Documentation changes

  • fix broken sup element in readme (0b1822a)
  • fix github capitalization (#116) (b602469)
  • fix unsplash comment on pr branch reference (#110) (f14253e)
  • update default values in readme (c2f11d2)
  • update expo.io links to expo.dev (#111) (1c8e5a2)
  • update node version reference in readme (#107) (3ba667b)
  • update readme and contributing guides (521de72)
  • use main branch to update v{major} tag (#103) (def44e2)

6.0.0 (2021-06-22)

⚠ BREAKING CHANGES

  • GitHub Action inputs are changed to allow both Expo and EAS CLI.

New features

  • add support for eas cli installs (#98) (04692c3)

Other chores

Documentation changes

  • add commands to contirbuting guide for updating v{major} tags (1b57c37)
  • update readme for v6 release (#101) (8b43bae)
  • update upstream reference in contributing guide (76ce4de)

5.5.1 (2021-06-17)

Bug fixes

  • revert to node 12 for the action (2662a5f)

5.5.0 (2021-06-17)

New features

  • switch to node 14 for the action itself (f13b0ea)

Bug fixes

  • add support for environments without remote cache (#91) (9c0e696)

Code changes

  • simplify typescript config with community config (#94) (da4e754)
  • update all dependencies to latest versions (#93) (6bc0bed)

Other chores

  • add semantic release for easy versioning (#95) (6354b0a)
  • fix the allowed branches for semenatic release (6b8c488)
  • mock the github actions warning to avoid leaking annotations (#96) (a11a47a)
  • tweak the release workflow (79ebfbc)

Documentation changes

  • add missing release step to contributing guide (04e3b32)

5.4.0 (2021-01-12)

New features

  • improve error handling with update check (#76) (917e072)

Code refactors

  • use official actions cache package instead of cypress fork (#62) (0eb46e9)
  • output cache errors with actions core (187c4ad)
  • group output by steps for readability (#70) (75b743c)
  • update all dev dependencies to latest version (#71) (ed7f67d)

Documentation changes

  • update the cache description without the fork (13d7820)
  • update readme to latest expo cli and node (#77) (6c0f4d7)

Other chores

  • update all dependencies to latest versions (#78) (4ec7251)

5.3.1 (2020-10-20)

Other chores

  • bump @actions/core from 1.2.4 to 1.2.6 (#63) (b807fa6)

5.3.0 (2020-09-19)

New features

  • add expo token authentication method (#57) (1c36889)

5.2.0 (2020-07-14)

Bug fixes

  • proper space between icon and text (#50) (b8a49f4)

Code refactors

  • use github actions instead of circle (#54) (d3602b9)

Documentation changes

Other chores

  • upgrade all dependencies to latest version (#55) (404bd09)

5.1.1 (2020-06-10)

Bug fixes

5.1.0 (2020-05-08)

New features

  • fail when provided credentials are incorrect (#43) (a7b6ce4)

Bug fixes

  • remove custom and add global error handling (#46) (a4955da)

Test changes

Other chores

  • update dependencies and configuration (#42) (32b5f9c)
  • deps: bump acorn from 5.7.3 to 5.7.4 (#37) (4aaf05f)

5.0.0 (2019-12-31)

BREAKING CHANGES

New features

  • implement caching using github actions cache (#35) (69801f0a)

Code refactors

Documentation changes

  • update the default packager value in action (#34) (3ac4a96c)

Other chores

  • deps: bump handlebars from 4.2.0 to 4.5.3 (#27) (4aa2c230)

4.1.0 (2019-10-30)

Bug fixes

  • use cmd suffix when authenticating on windows (831bcb1)

Documentation changes

  • remove beta warning just before general availability (68a2de0)

Other chores

  • update all dependencies to latest version (16d4b15)
  • enable workflow for pull requests (8ff07e0)

4.0.0 (2019-09-29)

New features

  • add github workflow for ci (929a76c)
  • add new expo action cli install concept (98b1bea)
  • use new action metadata format (81344e4)

Bug fixes

  • add build and node node modules before commit (00692c4)
  • add build and node node modules in husky hook (b2929e3)

Code refactors

  • remove travis config and base images (e72ddd8)
  • move entry point to expo as proxy (caf499b)
  • update proxy for non-interactive mode and help links (5cfaee2)

Documentation changes

  • update documentation for the new action (38e963b)
  • simplify and link the environment variables info (26c734a)
  • replace aliased email with normal email (f3bc71a)
  • write about entry point proxy and restructure for easy access (4766fa8)
  • update license dates (89005bc)

Other chores

  • add linter and fix all files (04cd479)
  • add husky for repository deployments (cec6e50)
  • add all missing tests (22df52e)

3.0.0 (2019-07-23)

Code refactors

  • run travis in parallel for expo cli v2 and v3 (882d5f9)
  • add latest expo-cli v3 but keep v2 images updated (cd33736)

2.3.2 (2019-05-09)

Bug fixes

  • use yarn to install expo cli globally (9fd3635)

2.3.1 (2019-04-17)

Bug fixes

  • increase node memory limit to 4gb (4c25ef9)

Documentation changes

  • add note about overwriting node options (aa752f2)
  • add extra link to base image in description (fa42241)
  • rename build action to remove ambiguity with other examples (92beb0f)

Other chores

  • make travis build the action to double check the docker file (698a1c6)

2.3.0 (2019-04-14)

New features

  • build docker base image from travis ci (0ce8eff)

Code refactors

  • update base image labels (4e2fd4d)
  • remove unofficial from the name (b8ec502)
  • remove deprecated subactions (0cfae07)

Documentation changes

  • add scheduled builds info and update examples (a801b83)
  • add travis link to base image builds (2c88f88)
  • add 650 industries aka expo as license holder (3f55e8c)
  • add 650 industries aka expo as license holder (fe86cd6)
  • update references to action repository (617ebf8)
  • use latest npm action because of an install failure (e6a3b5c)

2.2.0 (2019-04-10)

Code refactors

  • use better expo cli variables prefix (cd75584)

Documentation changes

  • pin actions to versions for future releases (3c76843)

2.1.0 (2019-04-10)

Code refactors

  • authenticate in main action if possible (a401e30)
  • remove extraneous commands from base image (a90ce59)

Documentation changes

  • add deprecation notice on all sub-actions (b5a0311)
  • add examples and more contextual info (9625bb1)
  • fix typo in documentation and use link references (48bbaf3)
  • update license to 2019 (7596f6b)

Other chores

  • add some issue templates to github (9aec1f5)

2.0.0 (2019-04-02)

New features

  • add basic ios build action (3a81415)
  • add basic web build action (3d4bdb6)
  • add basic android build action (9105177)
  • add new publish action (56563f2)
  • add login entrypoint (252f16d)
  • add github actions implemented image for expo cli (864b9bb)
  • add base image with documentation and licenses (c43e5c3)

Code refactors

  • tag all buid actions as unofficial for release (ed597e5)
  • simplify publish action and remove extraneous entrypoint (61d0c21)
  • tag all actions as unofficial for release to marketplace (f56443a)
  • expand existing login with documentation and proper icon (d2e2a6d)
  • move cli to root as default (4545e44)
  • expand existing login with documentation and proper icon (923ed34)
  • remove third party notice until its updated (f4fc39a)
  • use full node version instead of alpine (a019c94)

Documentation changes

  • add link to login from publish action (5b7564c)
  • add custom cli command action (4cf38f9)
  • add do not use in production warning (8291794)
  • add basic repository description (906c910)

Other chores

  • remove the cli from name (ab9265b)