Skip to content

Commit

Permalink
bump: Update to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Dec 16, 2021
1 parent 5e391b1 commit 0c1dd61
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.0.5

### Enhancements

- Get IndexedDB selectively based on window property - [#802](https://github.com/hivedb/hive/pull/802)
- Added `path` parameter to `boxExists` and `deleteBoxFromDisk` methods - [#776](https://github.com/hivedb/hive/pull/776)
- Added `flush` method to boxes - [#852](https://github.com/hivedb/hive/pull/852)

### Fixes

- Don't loose track of box objects if init crashes - [#846](https://github.com/hivedb/hive/pull/846)

# 2.0.4

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion hive/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hive
description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256.
version: 2.0.4
version: 2.0.5
homepage: https://github.com/hivedb/hive/tree/master/hive
documentation: https://docs.hivedb.dev/

Expand Down

0 comments on commit 0c1dd61

Please sign in to comment.