Struct support, performance improvements
Pre-release
Pre-release
- Immutable structs can now be used, you are no longer restricted to classes
- We no longer throw
NSError-based errors, they're allenum ObjectBoxErrornow - Strings that were created as
NSStringspreviously are now created as SwiftStrings, which should reduce the number of unnecessary UTF-16/UTF-8 roundtrip conversions - New projects are now set up with separate generated source files for each target by
setup.rb. - Fix link error on some machines.
- Binaries: Swift 5 ABI only