0.7.0 (2024-09-06)
✨ Features
- Add
ArrayBufferHolder.copy(of: ...)
to Swift (c96a1f5) - Create
ArrayBuffer.copyOf(...)
for Kotlin/Android (#102) (8e90799) - Some actual docs about types 📚 (#92) (7904975)
💨 Performance Improvements
🐛 Bug Fixes
- Fix
ArrayBuffer.copy
(d868a88) - Fix bridge not being used for callbacks (#106) (a1d12c6)
- Fix callback/closure parameter types being in Swift, instead of C++ (#97) (e1d302b)
- Fix callbacks with arguments in Swift (#105) (6138ab6)
- Properly forward move-only types (future!) (#104) (ded7c08)
- Rename
$0
to__result
/__error
to fix naming collisions (#95) (11deba2) - Rename
value
to__result
to fix naming collisions (#94) (f067775) - Side by side codeblocks (af6ec15)