Releases: objectbox/objectbox-dart
Releases · objectbox/objectbox-dart
v0.7.0
- Flutter v1.20 support
(move libs to separate packageobjectbox_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 signedint8
(was previously unsigned) to align with other bindings
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
- Flutter iOS support
- Generator fixes and rework to support multiple entity files in addition to many entities in a single file.
Please moveobjectbox-model.json
tolib/
before running the generator. - Simplified Android support (automatic dependency).
- Docs improvements
- Updated to objectbox-c 0.8.1
v0.5.0
v0.4.0
- 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