Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Nov 4, 2019
1 parent d53ee4b commit 23f5f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 7 additions & 0 deletions 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
Expand Down
8 changes: 1 addition & 7 deletions pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: kvsql
author: synw <ansterj@gmail.com>
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"
Expand All @@ -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
Expand Down

0 comments on commit 23f5f33

Please sign in to comment.