-
Notifications
You must be signed in to change notification settings - Fork 408
Comparing changes
Open a pull request
base repository: isar/hive
base: v2.2.3
head repository: isar/hive
compare: v3.0.0-dev
- 18 commits
- 73 files changed
- 6 contributors
Commits on Jul 5, 2022
-
Added the
notify
parameter to the functions of the public API (#1019)* added the parameter to the functions of the public API * fixed warnings for lines longer than 80 characters * fixed notify defaulted to false in a few instances * some more fixes
Configuration menu - View commit details
-
Copy full SHA for d686024 - Browse repository at this point
Copy the full SHA d686024View commit details
Commits on Jul 19, 2022
-
feat: implement Web Worker support
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
TheOneWithTheBraid committedJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for a0d45f9 - Browse repository at this point
Copy the full SHA a0d45f9View commit details -
Merge pull request #1030 from hivedb/braid/webworker
feat: implement Web Worker support
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 7dbe7b6 - Browse repository at this point
Copy the full SHA 7dbe7b6View commit details -
- adds `.gitignore` for Hive Flutter Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
TheOneWithTheBraid committedJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for cba2394 - Browse repository at this point
Copy the full SHA cba2394View commit details -
Merge pull request #1035 from hivedb/braid/gitignore
feat: add .gitignore
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 09de0a3 - Browse repository at this point
Copy the full SHA 09de0a3View commit details -
feat: improve BinaryWriter API (#986)
- extend default buffer size - allow HiveCipher to asynchronously perform crypto - implement HiveAesThreadedCipher for Hive Flutter - fix missing file in .gitignore In theory, no public API should be made incompatible here as HiveCipher was simply converted from `T Function()` to `FutureOr<T> Function()`. The idea behind the asynchronous operation is a) multithreading using e.g. the `compute()` function in Flutter or b) platform-native implementations making use of hardware-accelerated cryptographic implementations. Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 335b79f - Browse repository at this point
Copy the full SHA 335b79fView commit details -
Implement in-memory storage backend
Grieshofer Philipp committedJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for b579b1f - Browse repository at this point
Copy the full SHA b579b1fView commit details -
Merge pull request #1036 from grieshofer/grieshofer/in-memory-storage
Implement fully working StorageBackendMemory
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 5228aa4 - Browse repository at this point
Copy the full SHA 5228aa4View commit details
Commits on Jul 20, 2022
-
feat: store open boxes including collection
- adds a helper class as key for the open boxes in order to store them including the name of the collection Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
TheOneWithTheBraid committedJul 20, 2022 Configuration menu - View commit details
-
Copy full SHA for dbf5093 - Browse repository at this point
Copy the full SHA dbf5093View commit details -
Merge pull request #1038 from hivedb/braid/open-box-store
feat: store open boxes including collection
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 20, 2022 Configuration menu - View commit details
-
Copy full SHA for ba33b58 - Browse repository at this point
Copy the full SHA ba33b58View commit details
Commits on Jul 22, 2022
-
fix: missing TupleBoxKey for opening boxes
Fixes: #1039 Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
TheOneWithTheBraid committedJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for a4955d3 - Browse repository at this point
Copy the full SHA a4955d3View commit details -
Merge pull request #1041 from hivedb/braid/open-box-store
fix: missing TupleBoxKey for opening boxes
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr) authoredJul 22, 2022 Configuration menu - View commit details
-
Copy full SHA for cacfc53 - Browse repository at this point
Copy the full SHA cacfc53View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e36a453 - Browse repository at this point
Copy the full SHA e36a453View commit details
Commits on Oct 13, 2022
-
fix(hive_generator): Apply analyzer 5.0.0 or higher (#1085)
* fix: Apply analyzer 5.0.0 or higher * fix: Change `ClassElement` to `InterfaceElement` * Update .github/workflows/test.yml Co-authored-by: Misir <misir.ceferov@gmail.com> * feat: Update hive_generator version (2.0.0) Co-authored-by: Misir <misir.ceferov@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c594fd3 - Browse repository at this point
Copy the full SHA c594fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5933768 - Browse repository at this point
Copy the full SHA 5933768View commit details
Commits on Oct 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad7b616 - Browse repository at this point
Copy the full SHA ad7b616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3668aca - Browse repository at this point
Copy the full SHA 3668acaView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for e2a5dc3 - Browse repository at this point
Copy the full SHA e2a5dc3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.3...v3.0.0-dev