2.0.4 hotfix

This commit is contained in:
Tobe O 2019-09-02 13:16:06 -04:00
parent a59f185092
commit 925188078d
2 changed files with 5 additions and 2 deletions

View file

@ -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 # 2.0.2
* Fix flaw where clients could remove all records, even if `allowRemoveAll` were `false`. * Fix flaw where clients could remove all records, even if `allowRemoveAll` were `false`.
@ -6,4 +9,4 @@
# 2.0.0- # 2.0.0-
* Delete `mongo_service_typed`. * Delete `mongo_service_typed`.
* Update for Angel 2. * Update for Angel 2.

View file

@ -1,5 +1,5 @@
name: angel_mongo name: angel_mongo
version: 2.0.2 version: 2.0.3
description: MongoDB-enabled services for the Angel framework. Well-tested. description: MongoDB-enabled services for the Angel framework. Well-tested.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_mongo homepage: https://github.com/angel-dart/angel_mongo