Releases: Kudo/react-native-v8
Releases · Kudo/react-native-v8
v1.4.4
What's Changed
- Fix StringView value when running devtool message on JS thread by @janicduplessis in #122
New Contributors
- @janicduplessis made their first contribution in #122
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Bump jpeg-js from 0.4.3 to 0.4.4 by @dependabot in #116
- Fix problems with 2 statically linked inspectors by @Szymon20000 in #121
- Fix v8 profiler by @Szymon20000 in #118
New Contributors
- @Szymon20000 made their first contribution in #121 and #118
Full Changelog: v1.4.1...v1.4.3
v1.4.1
v1.4.0
v1.3.0
v1.2.0
What's Changed
- Pump platform message loop from requestIdleCallback by @Kudo in #106
- Fix crash for accessing V8::Global dangling pointer by @Kudo in #107
- Optimize shallow clone without casting by @Kudo in #108
- startup enhancement by @Kudo in #109
- Fix mkcodecache issue by @Kudo in #110
Breaking Changes
V8ExecutorFactory
interface change where androidContext
is necessary.
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- Add a pick first rule. by @awesome31 in #105
New Contributors
- @awesome31 made their first contribution in #105
Full Changelog: v1.1.1...v1.1.2
v1.1.1
1.1.0
V1.0 Released 🎉
🤩 New features
- react-native-v8 is now always building from source code and could have a single version to serve different react-native versions (minimal react-native requirements >= 0.66.0) #97