Skip to content

Latest commit

 

History

History
165 lines (76 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

165 lines (76 loc) · 6.91 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2021-03-30)

⚠ BREAKING CHANGES

  • improve device management

Features

  • add option to reset metro's cache (cdf241d)

Bug Fixes

  • improve device management (7585d03)

4.0.0 (2021-03-25)

⚠ BREAKING CHANGES

  • renamed configFile option to config

  • fix ios workflow (2e2045b)

3.0.2 (2021-03-03)

3.0.1 (2021-03-03)

Bug Fixes

  • pick up test files located at cwd (6c7a1f5)

3.0.0 (2021-03-02)

⚠ BREAKING CHANGES

  • changed nativeModules option to just modules

Bug Fixes

  • modules installed in the test app are now resolved by metro (b984fa9)

2.3.0 (2021-01-31)

Features

  • add support to load and use process.env in the test app (642d9b7)

2.2.1 (2021-01-28)

Bug Fixes

  • handle patch fail error correctly (eddbccf)

2.2.0 (2021-01-28)

Features

  • proceed on patch apply fail and allow to set cwd for patch (e1f428c)

2.1.0 (2021-01-28)

Features

  • find project root in mono repositories (495ff4a)
  • preload module, native modules and patches support (3c66faf)

2.0.0 (2021-01-25)

⚠ BREAKING CHANGES

  • zora and mocha are dev dependencies

Features

  • add support for mocha test runner (c9424ba)

1.0.10 (2021-01-11)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • add cwd to metro watch folders (aa14795)

1.0.7 (2021-01-07)

Bug Fixes

  • add zora to metro module resolution (aefe141)

1.0.6 (2021-01-07)

Bug Fixes

  • add babel dependencies to metro module resolution (57d9c48)

1.0.5 (2021-01-07)

Bug Fixes

  • test app is now created by the cli and is no longer packaged (f85f071)

1.0.4 (2020-12-15)

Bug Fixes

  • patch zora automatically in development and release (43be88a)

1.0.3 (2020-12-15)

Bug Fixes

1.0.2 (2020-12-15)

Bug Fixes

  • currently working directory to apply patch to zora (745543f)

1.0.1 (2020-12-15)

Bug Fixes

  • reset metro's cache when running in ci (3683917)

1.0.0 (2020-12-11)