4.8.0 (2021-11-17)
- fixing android build (e4e7775)
4.6.1 (2021-01-18)
- remove unneeded local env (99ec51a)
4.6.0 (2021-01-18)
- add locale to executors (5a5a63d)
4.5.2 (2021-01-18)
- edit build config [skip-ci] (2ffb41d)
4.5.1 (2021-01-18)
- add build_type to android_build job (a77d81f)
4.5.0 (2021-01-18)
4.4.2 (2020-05-18)
4.4.1 (2020-05-18)
4.4.0 (2020-05-09)
- 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)
4.2.3 (2020-05-09)
- android: fix JAVA_HOME path (#61 by @vonovak) (e4fa01f)
- android: fix path to emulator (#60 by @vonovak) (8621ec9)
- Move cache directory to the system temp folder to avoid permission issues (#59 by @Naturalclar) (15f0d90)
4.2.2 (2020-04-23)
- ios: Revert changes from 4.2.0 (2c3fa5e)
4.2.1 (2020-04-22)
- ios: Fix syntax errors (aff9136)
4.2.0 (2020-04-21)
- ios: Ensure a simulator with the latest iOS version exists for the given name when testing (2d614fa)
4.1.1 (2020-04-20)
4.1.0 (2020-04-03)
4.0.4 (2020-04-03)
4.0.3 (2020-04-02)
- Ensure that the publish steps works correctly (7e6c289)
4.0.2 (2020-04-02)
- Ensure the CI works correctly (51d7f49)
4.0.1 (2020-04-02)
- android: Define a max heap size for linux_android (#46 by @vabanagas) (d029e0b)
4.0.0 (2020-03-31)
- ios: Upgrading Xcode to 11.0 (#45 by @springcoil) (78aad72)
- 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)
- Fix errors when installing NodeJS on MacOS executor (#40 by @roni-castro) (19ac8f7)
3.0.0 (2020-01-26)
- Use Node 10 by default (#37 by @roni-castro) (3e7efc6)
- 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)
2.0.0 (2020-01-04)
- The
yarn_install
command will now fail if there need to be changes made to youryarn.lock
file. See the Yarn documentation for details on this flag.
1.5.0 (2020-01-04)
- Add
on_after_initialize
parameter to the jobs (#26 by @compojoom) (0ff6621) - Add a
bundle
command (#8 by @sunilchalla) (464d661)
1.4.0 (2020-01-04)
- ios: Added an
ios_build
job (#30 by @roni-castro) (b607782)
1.3.0 (2019-11-20)
- 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
- Minor release (5f401d7)
1.2.2 (2019-10-25)
- 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)
- Use project_type in ios_build_and_test job (25c7948)
1.2.0 (2019-05-14)
- Allow the metro packager to be started from the test jobs (68846df)
1.1.2 (2019-05-14)
- Correct the Android java environment variables (917129a)
1.1.1 (2019-05-14)
- Increase the amount of memory for Android builds (22e8279)
1.1.0 (2019-04-25)
- Add parameters to configure the executors (7c044cb)