Skip to content

1.1rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@uli-objectbox uli-objectbox released this 05 Nov 17:08
· 39 commits to master since this 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)