File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11name : objectbox_flutter_libs
2- version : 1.0 .0
2+ version : 1.1 .0
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
55description : ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox.
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 # This is here just to ensure compatibility between objectbox-dart code and the libraries used
1313 # You should still depend on objectbox directly in your Flutter application.
14- objectbox : 1.0 .0
14+ objectbox : 1.1 .0
1515 path_provider : ^2.0.0
1616
1717flutter :
Original file line number Diff line number Diff line change 11name : objectbox_generator
2- version : 1.0 .0
2+ version : 1.1 .0
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
55description : ObjectBox binding code generator - finds annotated entities and adds them to the ObjectBox DB model.
@@ -8,7 +8,7 @@ environment:
88 sdk : ' >=2.12.0 <3.0.0'
99
1010dependencies :
11- objectbox : 1.0 .0
11+ objectbox : 1.1 .0
1212 analyzer : ^1.1.0
1313 build : ^2.0.0
1414 collection : ^1.15.0
Original file line number Diff line number Diff line change 1- ## latest
1+ ## 1.1.0 (2021-07-06)
22
33* New ` openStore() ` in the generated code to simplify creating a store instance, especially on Flutter (uses application
44 documents directory as a default).
1111* Add support for the entity/property/relation rename or reset workflow.
1212 See [ Data model updates] ( https://docs.objectbox.io/advanced/data-model-updates ) for details.
1313* Add support for ` ToOne ` relation cycles.
14- * Enforce you can only open the same database directory once (no multiple parallel Store instances are allowed).
14+ * Enforce you can only open the same database directory once (multiple parallel ` Store ` instances are not allowed).
1515* Fix ` macOS ` sandbox database directory permissions (see notes in Flutter-specific "Getting Started" docs).
1616* Fix ` ToMany ` showing duplicate items after adding them before reading the previous list.
1717* Fix invalid native free during store shutdown if large data was inserted (more than 64 kilobytes flatbuffer).
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Add the following dependencies to start using ObjectBox and code generator.
5959
6060``` yaml
6161dependencies :
62- objectbox : ^1.0 .0
62+ objectbox : ^1.1 .0
6363 objectbox_flutter_libs : any
6464
6565dev_dependencies :
@@ -89,7 +89,7 @@ dev_dependencies:
8989
9090` ` ` yaml
9191dependencies:
92- objectbox: ^1.0 .0
92+ objectbox: ^1.1 .0
9393
9494dev_dependencies:
9595 build_runner: ^2.0.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 sdk : flutter
1212 cupertino_icons : any
1313 intl : any
14- objectbox : ^1.0 .0
14+ objectbox : ^1.1 .0
1515 objectbox_flutter_libs : any
1616
1717dev_dependencies :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
1111 sdk : flutter
1212 cupertino_icons : any
1313 intl : any
14- objectbox : ^1.0 .0
14+ objectbox : ^1.1 .0
1515 objectbox_sync_flutter_libs : any
1616
1717dev_dependencies :
Original file line number Diff line number Diff line change 11name : objectbox
2- version : 1.0 .0
2+ version : 1.1 .0
33repository : https://github.com/objectbox/objectbox-dart/tree/main/objectbox
44homepage : https://objectbox.io
55description : ObjectBox is a super-fast NoSQL ACID compliant object database.
Original file line number Diff line number Diff line change 11name : objectbox_sync_flutter_libs
2- version : 1.0 .0
2+ version : 1.1 .0
33repository : https://github.com/objectbox/objectbox-dart
44homepage : https://objectbox.io
55description : ObjectBox is a super-fast NoSQL ACID compliant object database. This package contains flutter runtime libraries for ObjectBox, including ObjectBox Sync.
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 # This is here just to ensure compatibility between objectbox-dart code and the libraries used
1313 # You should still depend on objectbox directly in your Flutter application.
14- objectbox : 1.0 .0
14+ objectbox : 1.1 .0
1515 path_provider : ^2.0.0
1616
1717flutter :
You can’t perform that action at this time.
0 commit comments