Skip to content

v0.7.0

Compare
Choose a tag to compare
@vaind vaind released this 14 Aug 11:46
· 1541 commits to main since this release
  • 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