File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11name : objectbox_flutter_libs
2- version : 0.11.1
2+ version : 0.12.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 : 0.11.1
14+ objectbox : 0.12.0
1515
1616flutter :
1717 plugin :
Original file line number Diff line number Diff line change 11name : objectbox_generator
2- version : 0.11.1
2+ version : 0.12.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.
@@ -9,7 +9,7 @@ environment:
99 sdk : " >=2.10.0 <3.0.0"
1010
1111dependencies :
12- objectbox : 0.11.1
12+ objectbox : 0.12.0
1313 build : ^1.0.0
1414 source_gen : ^0.9.0
1515 analyzer : " >=0.35.0 <0.100.0"
Original file line number Diff line number Diff line change 1- ## latest
1+ ## 0.12.0 (2021-02-26)
22
33* Recognize ` DateTime ` entity fields, setting ` PropertyType.date ` (millisecond storage precision).
44* Support specifying ` PropertyType.dateNano ` for ` DateTime ` fields (nanosecond storage precision).
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 : ^0.11.1
62+ objectbox : ^0.12.0
6363 objectbox_flutter_libs : any
6464
6565dev_dependencies :
@@ -74,7 +74,7 @@ dev_dependencies:
7474
7575` ` ` yaml
7676dependencies:
77- objectbox: ^0.11.1
77+ objectbox: ^0.12.0
7878
7979dev_dependencies:
8080 build_runner: ^1.0.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 cupertino_icons : ^0.1.2
1313 path_provider : any
1414 intl : any
15- objectbox : ^0.11.1
15+ objectbox : ^0.12.0
1616 objectbox_flutter_libs : any
1717
1818dev_dependencies :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 cupertino_icons : ^0.1.2
1313 path_provider : any
1414 intl : any
15- objectbox : ^0.11.1
15+ objectbox : ^0.12.0
1616 objectbox_sync_flutter_libs : any
1717
1818dev_dependencies :
Original file line number Diff line number Diff line change 11name : objectbox
2- version : 0.11.1
2+ version : 0.12.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 : 0.11.1
2+ version : 0.12.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 : 0.11.1
14+ objectbox : 0.12.0
1515
1616flutter :
1717 plugin :
You can’t perform that action at this time.
0 commit comments