Releases: callstackincubator/react-native-node-api
Releases · callstackincubator/react-native-node-api
Patch Changes
- 2a30d8d: Refactored CLIs to use a shared utility package
- c72970f: Move REACT_NATIVE_OVERRIDE_HERMES_DIR out of tasks to fail earlier
Minor Changes
- ff34c45: Add --weak-node-api option to emit CMake configuration for use with cmake-rn's default way of Node-API linkage.
Patch Changes
- 2a30d8d: Refactored CLIs to use a shared utility package
Patch Changes
- 2a30d8d: Refactored CLIs to use a shared utility package
- Updated dependencies [2a30d8d]
- Updated dependencies [c72970f]
Minor Changes
- ff34c45: Breaking:
CMAKE_JS_*
defines are no longer injected by default (use --cmake-js to opt-in)
- a336f07: Breaking: Renamed --target to --triplet to free up --target for passing CMake targets
- 2ecf894: Add passing of definitions (-D) to cmake when configuring
- 633dc34: Pass --target to CMake
- ff34c45: Expose includable WEAK_NODE_API_CONFIG to CMake projects
Patch Changes
- 2a30d8d: Refactored CLIs to use a shared utility package
- f82239c: Pretty print spawn errors instead of simply rethrowing to commander.
- 9861bad: Assert the existence of CMakeList.txt before passing control to CMake
- Updated dependencies [2a30d8d]
- Updated dependencies [c72970f]
Minor Changes
- 75aaed1: Add explicit support for React Native 0.81.2, 0.81.3 and 0.81.4
- 90a1471: Assert that REACT_NATIVE_OVERRIDE_HERMES_DIR is set when Android / Gradle projects depend on the host package
Patch Changes
- 90a1471: Fix auto-linking from Gradle builds on Windows
Patch Changes
- ad2ec51: Removing an extraneous dependency on cmake-js
- Updated dependencies [90a1471]
- Updated dependencies [75aaed1]
- Updated dependencies [90a1471]
Minor Changes
- a0212c8: Add explicit support for React Native 0.81.1 (0.79.6, 0.80.0, 0.80.1, 0.80.2 & 0.81.0)
Patch Changes
- a0212c8: Fix host library to not explicitly link with weak-node-api and instead rely on dlopen