Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Latest commit

 

History

History
272 lines (122 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

272 lines (122 loc) · 14.2 KB

4.8.0 (2021-11-17)

Features

4.6.1 (2021-01-18)

Bug Fixes

  • remove unneeded local env (99ec51a)

4.6.0 (2021-01-18)

Features

  • add locale to executors (5a5a63d)

4.5.2 (2021-01-18)

Bug Fixes

  • edit build config [skip-ci] (2ffb41d)

4.5.1 (2021-01-18)

Bug Fixes

  • add build_type to android_build job (a77d81f)

4.5.0 (2021-01-18)

Bug Fixes

  • duplicated on_after_initialize param (#78) (33ffc6b)

Features

4.4.2 (2020-05-18)

Bug Fixes

4.4.1 (2020-05-18)

Bug Fixes

  • android: Update android_emulator_start.yml to use the new emulator (#64 by @vonovak) (73d27e2)

4.4.0 (2020-05-09)

Features

  • Add a store_artifact_path to the Android and iOS test jobs which allow storing artifacts after a job runs (#54 by @MateusAndrade) (19edf8a)

4.3.0 (2020-05-09)

Features

  • follow emulator best practices (a5765a2)
  • follow emulator best practices (#62) (ac709c1)

4.2.3 (2020-05-09)

Bug Fixes

4.2.2 (2020-04-23)

Bug Fixes

  • ios: Revert changes from 4.2.0 (2c3fa5e)

4.2.1 (2020-04-22)

Bug Fixes

4.2.0 (2020-04-21)

Features

  • ios: Ensure a simulator with the latest iOS version exists for the given name when testing (2d614fa)

4.1.1 (2020-04-20)

Bug Fixes

  • ios: Possible fix for the NVM node version not carrying over between steps (#51) (ae71c53)

4.1.0 (2020-04-03)

Features

4.0.4 (2020-04-03)

Bug Fixes

4.0.3 (2020-04-02)

Bug Fixes

  • Ensure that the publish steps works correctly (7e6c289)

4.0.2 (2020-04-02)

Bug Fixes

  • Ensure the CI works correctly (51d7f49)

4.0.1 (2020-04-02)

Bug Fixes

4.0.0 (2020-03-31)

Features

BREAKING CHANGES

  • ios: You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.

3.0.1 (2020-02-03)

Bug Fixes

3.0.0 (2020-01-26)

Features

BREAKING CHANGES

  • Node 10 is now the default version. The previous default of Node 8 is now end-of-life. Most users will have no issues with upgrading unless they use modules which rely on Node 8 behaviour. You can also now use the node_version parameter to set the Node version you require.

2.0.1 (2020-01-04)

Bug Fixes

  • Removed the unused build_threads parameter in the linux_android executor (97720b9), closes #19

2.0.0 (2020-01-04)

Features

  • Added the --frozen-lockfile flag to the yarn_install command (e4676c4), closes #28

BREAKING CHANGES

  • The yarn_install command will now fail if there need to be changes made to your yarn.lock file. See the Yarn documentation for details on this flag.

1.5.0 (2020-01-04)

Features

1.4.0 (2020-01-04)

Features

1.3.0 (2019-11-20)

Bug Fixes

  • android: Update gradle cache keys to match on save and restore (#17) (6e52052)
  • docs: include the code repo link in the orb description (6d97ca9)
  • Remove FBSimulatorControl (#24 by @compojoom) (7c5b51a)
  • remove haxm the lack hardware acceleration support causes a crash (9d0bb42)
  • remove haxm the lack hardware acceleration support causes a crash (38ef88e), closes #3

Features

1.2.2 (2019-10-25)

Bug Fixes

  • remove haxm the lack hardware acceleration support causes a crash (9d0bb42)
  • remove haxm the lack hardware acceleration support causes a crash (38ef88e), closes #3

1.2.1 (2019-06-03)

Bug Fixes

  • Use project_type in ios_build_and_test job (25c7948)

1.2.0 (2019-05-14)

Features

  • Allow the metro packager to be started from the test jobs (68846df)

1.1.2 (2019-05-14)

Bug Fixes

  • Correct the Android java environment variables (917129a)

1.1.1 (2019-05-14)

Bug Fixes

  • Increase the amount of memory for Android builds (22e8279)

1.1.0 (2019-04-25)

Features

  • Add parameters to configure the executors (7c044cb)