0.25.0 (2025-03-06)
✨ Features
💨 Performance Improvements
- Use
.find(..)
for cache lookups (4733b4e)
🐛 Bug Fixes
- Add additional nullptr check to
make_shared_from_jni
function (#584) (b9ce746) - Correct
HybridView
platform detection forTypeAliasDeclarations
(#595) (60bedc5) - Fix getting Thread Name on iOS (use
NSThread
) (#585) (5bcf119) - Fully support Variants in Swift & Kotlin (#605) (062f075)
- Make
ArrayBuffer::copy(..)
methodsconst
(#596) (13e9977) - removes deprecated
HybridObjectRegistry
from template (#586) (f789624)
📚 Documentation
- Fix typo (1981c02)