Skip to content

v1.0.0-alpha.21

Latest

Choose a tag to compare

@V3RON V3RON released this 15 Jan 08:46

1.0.0-alpha.21 (2026-01-15)

Features

  • Adds Object.hasOwn polyfill to the runtime package for JSC (JavaScriptCore) compatibility. (#53)
  • Add automatic app restart functionality when apps fail to report ready within the configured timeout period, improving test reliability by recovering from startup failures. (#55)
  • Added native crash detection during test execution that automatically detects when the app crashes, skips the current test file, and continues with the next test file after restarting the app. (#56)
  • Bundling errors are now displayed in the CLI output, providing immediate feedback when build issues occur. (#57)

❤️ Thank You