All Versions
13
Latest Version
Avg Release Cycle
45 days
Latest Release
1234 days ago

Changelog History
Page 2

  • v0.9.1 Changes

    August 13, 2019

    ๐Ÿ›  Fixed "Storage error code 78" for iOS

    ๐ŸŒฒ Details in the changelog

  • v0.9.0 Changes

    July 22, 2019
    • Full source code for the Swift binding is now available
    • โšก๏ธ Reduced write/update time by about 25%
    • ...

    ๐ŸŒฒ Details in the changelog

  • v0.8.1 Changes

    May 16, 2019
    • 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