Skip to content

Releases: objectbox/objectbox-swift-spec-staging

1.x

08 Sep 07:21
Compare
Choose a tag to compare
1.x
v1.x

[Update] ObjectBox (1.3.0-rc)

1.2

04 Dec 12:38
Compare
Choose a tag to compare
1.2 Pre-release
Pre-release

Collection of 1.2.x pre-releases

1.1.1

23 Nov 20:49
Compare
Choose a tag to compare

Fix

1.1.1-rc2

23 Nov 18:40
Compare
Choose a tag to compare
1.1.1-rc2 Pre-release
Pre-release

foo went in a bar

1.1.1-rc1

23 Nov 13:30
495ca5f
Compare
Choose a tag to compare
1.1.1-rc1 Pre-release
Pre-release
v1.1.1-rc1

Don't strip OBXCodeGen framework, but don't link to it either.

1.1rc2

14 Nov 14:54
708660b
Compare
Choose a tag to compare
1.1rc2 Pre-release
Pre-release

First release with working Carthage support.

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>.