0.5.0 (2024-08-15)
✨ Features
- Add docs for
ArrayBufferHolder.isOwner
(f6de910) - Allow passing Swift callbacks to JS (#42) (46dc1f7)
- Support
Promise<T>
in Swift (#43) (2c277fe)
🐛 Bug Fixes
- Better error for config parsing (d4759ee)
- Escape comments in C++ (dfdf8d0)
- Filter duplicate Swift Cxx bridges (b39a8eb)
- Fix
getAllKnownTypes()
ID/Key collisions (#44) (7a93bf8) - fix docs (c4f55c8)
- Fix indentation (ab5b1f2)
- Only apply
[@escaping](https://github.com/escaping)
to params (7e5d108) - Parse resulting type of Promise as well (1130f7d)
- Rename
wrap(wrappingDataWithoutCopy)
(191ec22)