Updated sembast

This commit is contained in:
thomashii 2021-06-22 17:44:16 +08:00
parent 75138eb416
commit 1dbe9e0bf7
3 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,10 @@
# Change Log # Change Log
## 2.0.1
* Updated pubspec description
* Updated README
## 2.0.0 ## 2.0.0
* Migrated to support Dart SDK 2.12.x NNBD * Migrated to support Dart SDK 2.12.x NNBD

View file

@ -1,12 +1,12 @@
# Angel3 Sembast # A Sembast Persistent Service for Angel3
[![version](https://img.shields.io/badge/pub-v2.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_sembast) [![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_sembast)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/sembast/LICENSE) [![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/sembast/LICENSE)
A sembast-powered CRUD services for the Angel3 framework. A plugin service that persist data to Sembast for Angel3 framework.
## Installation ## Installation

View file

@ -1,6 +1,6 @@
name: angel3_sembast name: angel3_sembast
version: 2.0.0 version: 2.0.1
description: A sembast-powered CRUD services for the Angel3 framework. description: A plugin service that persist data to Sembast for Angel3 framework.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/sembast homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/sembast
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'