0.21.0 (2025-01-09)
✨ Features
- Add new
ArrayBuffer
APIs (copy()
,wrap()
,allocate()
,toData()
) (#463) (a06c7d4) - New Callback implementation that extends
() -> T
in Kotlin (faster!) (#470) (07d96a0) - Throw a better error message when using wrong imports (#467) (96e7716)
- Add definition to check if generated CMake is building the code (#466) (bf19f7d)
🐛 Bug Fixes
- Fix passing function inside object on Android (
toCpp()
) (#453) (57336f4) - Use UNIX paths for CMake file, even on Windows (
\
->/
) (#451) (3a6d46d) - Filter out duplicates for CMake extension (#462) (d5b9341)
- Remove unused Kotlin OnLoad (#460) (3795f5a)
- Update specs for new copyright year (#461) (e641d55)