2.0.4 hotfix
This commit is contained in:
parent
a59f185092
commit
925188078d
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
# 2.0.3
|
||||
* Add null-coalescing check when processing queries: https://github.com/angel-dart/mongo/pull/12
|
||||
|
||||
# 2.0.2
|
||||
* Fix flaw where clients could remove all records, even if `allowRemoveAll` were `false`.
|
||||
|
||||
|
@ -6,4 +9,4 @@
|
|||
|
||||
# 2.0.0-
|
||||
* Delete `mongo_service_typed`.
|
||||
* Update for Angel 2.
|
||||
* Update for Angel 2.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel_mongo
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
description: MongoDB-enabled services for the Angel framework. Well-tested.
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_mongo
|
||||
|
|
Loading…
Reference in a new issue