Releases: objectbox/objectbox-swift-spec-staging
Releases · objectbox/objectbox-swift-spec-staging
v4.0.2-rc1
Binary artifacts for SwiftPM preview release.
SPM-preview1
Temporary place to host some binary dependencies
3222f5d3eec6f91a1d47f3a7acfec47c99bd7b2eeec27948fddd58bb8a9dd18e ObjectBox.xcframework.zip
62d3e8d9e7141ef75462c8f8f08e6334def0b80f946053550ff7c6789c3187f9 ObjectBox.artifactbundle.zip
1.3.x Release candidates
b680d60d598f818d5f077eebbe0584bd38b723c982133bc186ffe18bf6364eb2 ObjectBox.xcframework.zip
62d3e8d9e7141ef75462c8f8f08e6334def0b80f946053550ff7c6789c3187f9 ObjectBoxGenerator.artifactbundle.zip
1.x
1.2
Collection of 1.2.x pre-releases
1.1.1
Fix
1.1.1-rc2
foo went in a bar
1.1.1-rc1
v1.1.1-rc1 Don't strip OBXCodeGen framework, but don't link to it either.
1.1rc2
First release with working Carthage support.
1.1rc1
- If a
convert
annotation on an enum has no explicit database type given, itsRawType
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 file to help with code completion. - Added put() with variable argument list,
put(inout)
for mutable structs, andputAndReturnIDs()
.put()
itself no longer returns IDs. - Removed some protocols that only ever had one instance.
- Anonymous installation count statistics (can be turned off using
--no-statistics
)