File tree 6 files changed +22
-17
lines changed
6 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 1
- # Future release
1
+ # 1.4.1
2
2
3
3
### Enhancements
4
4
- Minor performance improvements
5
5
6
6
### Fixes
7
7
- When a database operation failed, subsequent operations would not be performed
8
8
9
+ ### Other
10
+ - Fixed GitHub homepage path
11
+
9
12
# 1.4.0+1
10
13
11
14
### Enhancements
Original file line number Diff line number Diff line change 1
1
name : hive
2
2
description : Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
3
- version : 1.4.0+ 1
4
- homepage : https://github.com/hivedb/hive
3
+ version : 1.4.1
4
+ homepage : https://github.com/hivedb/hive/tree/master/hive
5
5
documentation : https://docs.hivedb.dev/
6
6
7
7
environment :
Original file line number Diff line number Diff line change
1
+ ## 0.3.0+2
2
+ - Fixed GitHub homepage path
3
+
1
4
## 0.3.0+1
2
5
- Added ` box.listenable() ` which returns a ` ValueListenable<Box> `
3
6
- Added ` Hive.initFlutter() `
Original file line number Diff line number Diff line change 1
1
name : hive_flutter
2
2
description : Extension for Hive. Makes it easier to use Hive in Flutter apps.
3
- version : 0.3.0+1
4
- homepage : https://github.com/leisim/hive
3
+ version : 0.3.0+2
4
+ homepage : https://github.com/hivedb/hive/tree/master/hive_flutter
5
+ documentation : https://docs.hivedb.dev/
5
6
6
7
environment :
7
8
sdk : " >=2.6.0 <3.0.0"
@@ -17,8 +18,4 @@ dependencies:
17
18
dev_dependencies :
18
19
flutter_test :
19
20
sdk : flutter
20
- pedantic : " >=1.8.0 <2.0.0"
21
-
22
- dependency_overrides :
23
- hive :
24
- path : ../hive
21
+ pedantic : " >=1.8.0 <2.0.0"
Original file line number Diff line number Diff line change
1
+ ## 0.7.0+2
2
+ - Fixed Changelog
3
+
4
+ ## 0.7.0+2
5
+ - Fixed GitHub homepage path
6
+
1
7
## 0.7.0
2
8
- Fixed final fields in constructor
3
9
- Support for ` typeId ` parameter
Original file line number Diff line number Diff line change 1
1
name : hive_generator
2
2
description : Extension for Hive. Automatically generates TypeAdapters to store any class.
3
- version : 0.7.0
4
- homepage : https://github.com/hivedb/hive
3
+ version : 0.7.0+2
4
+ homepage : https://github.com/hivedb/hive/tree/master/hive_generator
5
5
documentation : https://docs.hivedb.dev/
6
6
7
7
environment :
@@ -18,8 +18,4 @@ dev_dependencies:
18
18
test : ^1.6.4
19
19
build_test : any
20
20
build_runner : any
21
- pedantic : ' 1.7.0'
22
-
23
- dependency_overrides :
24
- hive :
25
- path : ../hive
21
+ pedantic : ' 1.7.0'
You can’t perform that action at this time.
0 commit comments