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

Changelog History
Page 1

  • v1.4.1 Changes

    November 10, 2020

    Mostly internal changes; check the doc pages for a detailed changelog.

  • v1.4.0 Changes

    September 08, 2020

    ๐Ÿ‘€ See the announcement blog post and changelog for details. Major theme is ToMany improvements.

  • v1.3.1 Changes

    June 29, 2020

    ๐Ÿ›  ObjectBox 1.3.1 comes with bug fixes for the ToMany relation class.

    ๐Ÿ‘€ See https://swift.objectbox.io/ for details

  • v1.3.0 Changes

    May 11, 2020

    ๐Ÿ›  ObjectBox Swift 1.3 was built with and for Swift 5.2 and features important fixes.
    ๐Ÿ‘€ See https://swift.objectbox.io/ for details.

  • v1.2.0 Changes

    December 16, 2019

    ๐Ÿ‘Œ Improved support for optional and unsigned types.

    ๐Ÿ“„ Check the docs for the full changelog.

  • v1.1.1 Changes

    November 23, 2019

    Important upgrade for 1.1 fixing a "realpath" error during build on machines without Homebrew coreutils.

    https://swift.objectbox.io

  • v1.1 Changes

    November 18, 2019
    • ๐Ÿ‘ Carthage is now a supported installation method, in addition to CocoaPods
    • If a convert annotation on an enum has no explicit database type given, its RawType is used.
    • ๐ŸŽ Various performance and usability improvements, e.g. setup.rb now asks which project to use if there is more than one, and creates a non-empty *.generated.swift file to help with code completion.
    • โž• Added put() with variable argument list, put(inout) for mutable structs, and putAndReturnIDs(). put() itself no longer returns IDs. (Apologies, please adjust your code)
    • โž• Added variants of methods that take arrays which work with the faster ContiguousArray class.
    • โœ‚ Removed some protocols that only ever had one instance.

    ๐Ÿ“š More information in the documentation

  • v1.0.1 Changes

    October 01, 2019
    • โšก๏ธ Update code generator to work in Xcode projects that use Swift Package Manager for their other dependencies.
  • v1.0 Changes

    September 24, 2019
    • Relations in queries
    • Observer callbacks for data changes
    • Many-to-many relations
    • ๐Ÿšš Asynchronous put/remove
    • Edit relations through their backlinks
    • API clean up; e.g. renames, simple IDs, simplifications, etc.
    • ๐Ÿš€ If you've been using pre-releases, you can find migration instructions in the Readme on Github.
  • v1.0.rc7

    September 18, 2019