Merge pull request #138 from dukefirehawk/bugfix/rethinkdb
Updated rethinkdb
This commit is contained in:
commit
564fc5953c
4 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 8.0.1
|
||||||
|
|
||||||
|
* Updated README
|
||||||
|
* Fixed warnings
|
||||||
|
|
||||||
## 8.0.0
|
## 8.0.0
|
||||||
|
|
||||||
* Require Dart >= 3.3
|
* Require Dart >= 3.3
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
# Angel3 RethinkDB
|
# Angel3 RethinkDB
|
||||||
|
|
||||||
[![version 1.0.7](https://img.shields.io/badge/pub-1.0.7-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink)
|
![Pub Version (including pre-releases)](https://img.shields.io/pub/v/angel3_rethinkdb?include_prereleases)
|
||||||
[![build status](https://travis-ci.org/angel-dart/rethink.svg?branch=master)](https://travis-ci.org/angel-dart/rethink)
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||||
|
[![Discord](https://img.shields.io/discord/1060322353214660698)](https://discord.gg/3X6bxTUdCM)
|
||||||
|
[![License](https://img.shields.io/github/license/dart-backend/angel)](https://github.com/dart-backend/angel/tree/master/packages/mongo/LICENSE)
|
||||||
|
|
||||||
RethinkDB-enabled service for the Angel3 framework.
|
This is RethinkDB service for Angel3 framework. RethinkDB is an open-source database for the realtime web.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export 'src/rethink_service.dart';
|
export 'src/rethink_service.dart';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel3_rethinkdb
|
name: angel3_rethinkdb
|
||||||
version: 8.0.0
|
version: 8.0.1
|
||||||
description: This is RethinkDB-enabled service for the Angel3 framework.
|
description: This is RethinkDB service for Angel3 framework. RethinkDB is an open-source database for the realtime web.
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.0 <4.0.0"
|
sdk: ">=3.3.0 <4.0.0"
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
|
|
Loading…
Reference in a new issue