Skip to content

Releases: objectbox/objectbox-dart

v0.7.0

14 Aug 11:46
Compare
Choose a tag to compare
  • Flutter v1.20 support
    (move libs to separate package objectbox_flutter_libs, add it as a new dependency if you use Flutter)
  • New property query support
    (thanks Jasm Sison for #75)
  • New @Transient annotation to skip storing select properties
    (thanks Jasm Sison for #98)
  • Handle Byte property as a signed int8 (was previously unsigned) to align with other bindings

v0.6.4

12 May 09:40
e54aa89
Compare
Choose a tag to compare
  • Update to objectbox-swift 1.3.0
  • Update to objectbox-android 2.5.1

v0.6.3

07 May 12:48
cf18e0f
Compare
Choose a tag to compare
  • Update FlatBuffers to 1.12.0
  • Provide error hinting when DB can't be created (e.g. when an app docs directory isn't passed properly on Flutter).

v0.6.2

09 Mar 10:30
468bd24
Compare
Choose a tag to compare
  • Support large object arrays on 32-bit platforms/emulators.

v0.6.1

23 Jan 13:17
17fc5e1
Compare
Choose a tag to compare
  • Fixed Flutter Android/iOS release build failures
  • Updated to objectbox-c 0.8.2

v0.6.0

19 Dec 14:02
b733f30
Compare
Choose a tag to compare
  • Flutter iOS support
  • Generator fixes and rework to support multiple entity files in addition to many entities in a single file.
    Please move objectbox-model.json to lib/ before running the generator.
  • Simplified Android support (automatic dependency).
  • Docs improvements
  • Updated to objectbox-c 0.8.1

v0.5.0

18 Nov 12:24
Compare
Choose a tag to compare
  • Dart 2.6 support - breaking change due to Dart 2.6 FFI changes.
    Please keep using 0.4 if you're on Dart 2.5 or Flutter. Currently no Flutter version comes with Dart 2.6 final.
    (thanks Jasm Sison for #57)
  • Docs fixes & improvements

v0.4.0

31 Oct 14:19
80cca76
Compare
Choose a tag to compare
  • Flutter Android support
  • Queries for all currently supported types (thanks Jasm Sison for #27 and #46]
  • More Box functions (count, isEmpty, contains, remove and their bulk variants) (thanks liquidiert for #42 and #45]
  • Explicit write transactions (thanks liquidiert for #50]
  • Resolved linter issues (thanks Gregory Sech for #31]
  • Updated to objectbox-c 0.7.2
  • First release on pub.dev

v0.3.0

15 Oct 13:04
Compare
Choose a tag to compare
  • ID/UID generation and model persistence (objectbox-model.json)
  • CI tests using GitHub Actions
  • Code cleanup, refactoring and formatting (thanks Buggaboo for #20 & #21)

ObjectBox Dart 0.2.0

11 Sep 12:13
Compare
Choose a tag to compare