Skip to content

Releases: objectbox/objectbox-swift-spec-staging

1.1rc1

05 Nov 17:08
Compare
Choose a tag to compare
1.1rc1 Pre-release
Pre-release
  • 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 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.
  • Removed some protocols that only ever had one instance.
  • Anonymous installation count statistics (can be turned off using --no-statistics)

1.0rc9

20 Sep 14:05
Compare
Choose a tag to compare
1.0rc9 Pre-release
Pre-release

Threading fixes to new ToMany change tracking.

1.0rc10

23 Sep 13:52
Compare
Choose a tag to compare
1.0rc10 Pre-release
Pre-release

pre-release 10, built with Swift 5.1

1.0rc8

20 Sep 12:50
Compare
Choose a tag to compare
1.0rc8 Pre-release
Pre-release

Misc fixes and ToMany instead of ToMany<T, T2>.

1.0rc7

18 Sep 13:54
Compare
Choose a tag to compare
1.0rc7 Pre-release
Pre-release

Fix links in queries.

1.0rc6

17 Sep 12:42
Compare
Choose a tag to compare
1.0rc6 Pre-release
Pre-release

Fix a struct/untyped ID issue.

1.0rc5

16 Sep 16:37
Compare
Choose a tag to compare
1.0rc5 Pre-release
Pre-release

rc5 with more fixes.

1.0rc4

13 Sep 14:34
Compare
Choose a tag to compare
1.0rc4 Pre-release
Pre-release

rc 4with 189 and 183 fixes.

1.0.0-rc.3

10 Sep 14:42
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release
  • third time's the charm?

1.0.0-rc.2

10 Sep 13:53
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • second test