All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2021-03-30)
- improve device management
- add option to reset metro's cache (cdf241d)
- improve device management (7585d03)
4.0.0 (2021-03-25)
-
renamed configFile option to config
-
fix ios workflow (2e2045b)
3.0.2 (2021-03-03)
3.0.1 (2021-03-03)
- pick up test files located at cwd (6c7a1f5)
3.0.0 (2021-03-02)
- changed nativeModules option to just modules
- modules installed in the test app are now resolved by metro (b984fa9)
2.3.0 (2021-01-31)
- add support to load and use process.env in the test app (642d9b7)
2.2.1 (2021-01-28)
- handle patch fail error correctly (eddbccf)
2.2.0 (2021-01-28)
- proceed on patch apply fail and allow to set cwd for patch (e1f428c)
2.1.0 (2021-01-28)
- find project root in mono repositories (495ff4a)
- preload module, native modules and patches support (3c66faf)
2.0.0 (2021-01-25)
- zora and mocha are dev dependencies
- add support for mocha test runner (c9424ba)
1.0.10 (2021-01-11)
- reset metro cache only on ci (45cc6b0)
- resolve module request for ./index should only target app root (f0354c2)
- test results logging should receive metro client_log event data (0ee436a)
1.0.9 (2021-01-11)
- do not log empty error data (061a446)
- fail and pass check given output message (b7898ae)
- log errors captured by zora (10a65cc)
- resolve module requests for react native modules in metro (abe3b64)
1.0.8 (2021-01-07)
- add cwd to metro watch folders (aa14795)
1.0.7 (2021-01-07)
- add zora to metro module resolution (aefe141)
1.0.6 (2021-01-07)
- add babel dependencies to metro module resolution (57d9c48)
1.0.5 (2021-01-07)
- test app is now created by the cli and is no longer packaged (f85f071)
1.0.4 (2020-12-15)
- patch zora automatically in development and release (43be88a)
1.0.3 (2020-12-15)
- add postinstall script (ce94dfd)
1.0.2 (2020-12-15)
- currently working directory to apply patch to zora (745543f)
1.0.1 (2020-12-15)
- reset metro's cache when running in ci (3683917)