From 23f5f33622d3fcc138cd1f62e568301cc7e8019c Mon Sep 17 00:00:00 2001 From: synw Date: Mon, 4 Nov 2019 08:04:23 +0100 Subject: [PATCH] Prepare 0.3.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a49a2c..cda57fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.0 + +- Update dependencies +- Add `count` methods with expresssions +- Better exceptions management +- Add an `isReady` getter to `KvStore` + ## 0.2.1 - Add support for boolean type diff --git a/pubspec.yaml b/pubspec.yaml index 8e4ae17..069464b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: kvsql author: synw description: A type safe key/value store backed by Sqlite. It has methods to handle high throughput updates. homepage: https://github.com/synw/kvsql -version: 0.2.1 +version: 0.3.0 environment: sdk: ">=2.1.0 <3.0.0" @@ -23,29 +23,23 @@ dev_dependencies: flutter_test: sdk: flutter - # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec # The following section is specific to Flutter. flutter: - # The following line ensures that the Material Icons font is # included with your application, so that you can use the icons in # the material Icons class. uses-material-design: true - # To add assets to your application, add an assets section, like this: # assets: # - images/a_dot_burr.jpeg # - images/a_dot_ham.jpeg - # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware. - # For details regarding adding assets from package dependencies, see # https://flutter.dev/assets-and-images/#from-packages - # To add custom fonts to your application, add a fonts section here, # in this "flutter" section. Each entry in this list should have a # "family" key with the font family name, and a "fonts" key with a