Releases: objectbox/objectbox-swift-spec-staging
Releases · objectbox/objectbox-swift-spec-staging
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
)
1.0rc9
Threading fixes to new ToMany change tracking.
1.0rc10
pre-release 10, built with Swift 5.1
1.0rc8
Misc fixes and ToMany instead of ToMany<T, T2>.
1.0rc7
Fix links in queries.
1.0rc6
Fix a struct/untyped ID issue.
1.0rc5
rc5 with more fixes.
1.0rc4
rc 4with 189 and 183 fixes.
1.0.0-rc.3
- third time's the charm?
1.0.0-rc.2
- second test