1.0.4
This commit is contained in:
parent
7be95223b4
commit
705c1d8b27
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# rethink
|
# rethink
|
||||||
|
|
||||||
[![version 1.0.3](https://img.shields.io/badge/pub-1.0.3-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink)
|
[![version 1.0.4](https://img.shields.io/badge/pub-1.0.4-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink)
|
||||||
[![build status](https://travis-ci.org/angel-dart/rethink.svg?branch=master)](https://travis-ci.org/angel-dart/rethink)
|
[![build status](https://travis-ci.org/angel-dart/rethink.svg?branch=master)](https://travis-ci.org/angel-dart/rethink)
|
||||||
|
|
||||||
RethinkDB-enabled services for the Angel framework.
|
RethinkDB-enabled services for the Angel framework.
|
||||||
|
|
|
@ -138,7 +138,7 @@ class RethinkService extends Service {
|
||||||
hookedService.afterCreated,
|
hookedService.afterCreated,
|
||||||
new HookedServiceEvent(
|
new HookedServiceEvent(
|
||||||
true, null, null, this, HookedServiceEvent.UPDATED,
|
true, null, null, this, HookedServiceEvent.UPDATED,
|
||||||
result: newVal, id: oldVal['od'], data: newVal));
|
result: newVal, id: oldVal['id'], data: newVal));
|
||||||
} else if (type == 'remove') {
|
} else if (type == 'remove') {
|
||||||
// Remove
|
// Remove
|
||||||
hookedService.fireEvent(
|
hookedService.fireEvent(
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel_rethink
|
name: angel_rethink
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
description: RethinkDB-enabled services for the Angel framework.
|
description: RethinkDB-enabled services for the Angel framework.
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue