objectbox 0.9.0 copy "objectbox: ^0.9.0" to clipboard
objectbox: ^0.9.0 copied to clipboard

outdated

ObjectBox is a super-fast NoSQL ACID compliant object database.

0.9.0 (2020-11-12) #

  • Update to objectbox-c 0.11.0
  • Update to objectbox-android 2.8.0
  • Change box.get(id) to return null instead of throwing when trying to read a non-existent object.
  • Change the generator to skip read-only fields (getters)
  • Add SyncClient to enable the new ObjectBox Sync
  • Add "empty" query support using box.query(). (thanks @Buggaboo for #132)
  • Expose lib/observable.dart to avoid linter isues in apps using objectbox. (thanks @cmengler for bringing this up in #141)
  • Documentation and examples updates & improvements.
  • Switch C-API binding code generation to package ffigen.

0.8.0 (2020-10-13) #

  • Update to objectbox-c 0.10.0.
  • Update to objectbox-android 2.7.1.
  • Update to objectbox-swift 1.4.0.
  • String startsWith and endsWith condition: removed unused descending parameter, add caseSensitive parameter.
  • String greaterThan/lessThan condition: withEqual is deprecated, use the greaterOrEqual/lessOrEqual condition instead.
  • Query find/findIds offset and limit parameters are deprecated, set them using the equally named methods instead.
  • New support to create a Dart Stream from a Query (thanks @Buggaboo for #88)

0.7.0 (2020-08-14) #

  • 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

0.6.4 (2020-05-12) #

  • Update to objectbox-swift 1.3.0
  • Update to objectbox-android 2.5.1

0.6.3 (2020-05-07) #

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

0.6.2 (2020-03-09) #

  • Support large object arrays on 32-bit platforms/emulators.

0.6.1 (2020-01-23) #

  • Fix Flutter Android/iOS release build failures
  • Updated to objectbox-c 0.8.2

0.6.0 (2019-12-19) #

  • 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

0.5.0 (2019-11-18) #

  • 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/Flutter 1.9. (thanks Jasm Sison for #57)
  • Docs fixes & improvements

0.4.0 (2019-10-31) #

  • 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-web.flutter-io.cn

0.3.0 (2019-10-15) #

  • ID/UID generation and model persistence (objectbox-model.json)
  • CI tests using GitHub Actions
  • Code cleanup, refactoring and formatting (thanks Jasm Sison for #20 & #21)

0.2.0 (2019-09-11) #

  • UTF-8 support for Store and Box (thanks Jasm Sison for #14!)
  • Bulk put and get functions (getMany, getAll, putMany)
  • Updated to objectbox-c 0.7
  • Basic Store options
  • Minimal unit tests
  • Removed reflection code, switched to model code generation instead
  • Minimal Flutter Desktop example for Dart 2.5.0

0.1.0 (2019-09-03) #

  • Minimal Store setup
  • Minimal Box with put and get
1188
likes
0
pub points
97%
popularity

Publisher

verified publisherobjectbox.io

ObjectBox is a super-fast NoSQL ACID compliant object database.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, flat_buffers

More

Packages that depend on objectbox