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

outdated

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

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 or Flutter. Currently no Flutter version comes with Dart 2.6 final. (thanks Jasm Sison for #54)
  • 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
1189
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