Skip to content

Struct support, performance improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@uli-objectbox uli-objectbox released this 16 May 09:51
· 53 commits to master since this release
  • Immutable structs can now be used, you are no longer restricted to classes
  • We no longer throw NSError-based errors, they're all enum ObjectBoxError now
  • Strings that were created as NSStrings previously are now created as Swift Strings, 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