0.4.1 (2024-08-14)
✨ Features
- Properly bridge custom types (structs) to Swift (#32) (d8707cf)
- Properly generate nested structs in Swift (#33) (3b9f6fd)
- Support
ArrayBuffer
in Swift 🥳 (#37) (c319362) - Support parsing Variants the other way (from C++ to Swift) (#40) (d9e1406)
- Support passing around Swift HybridObjects (#36) (474cb1e)
- Support Variant + Tuple (with stubs for now) (#35) (9b56292)
- Test enums in Swift (74e101c)
- Update types table for Swift (479c985)
- Use Swift file to nicely alias enums (b3112e4)
💨 Performance Improvements
- Explicitly declare inline closure return type to avoid stressing the Swift compiler too much (#41) (0cf545a)