From 0c1dd617d1a81a622df27eacd7161bb3a3b2e835 Mon Sep 17 00:00:00 2001 From: Misir Jafarov Date: Thu, 16 Dec 2021 19:39:19 +0400 Subject: [PATCH] bump: Update to v2.0.5 --- hive/CHANGELOG.md | 12 ++++++++++++ hive/pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index eb2ba655f..a5594b597 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -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 diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index be9ce0feb..22ff56bb5 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -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/