From ba85b263dff9be7cf4da9ef2f60dce70cc487aee Mon Sep 17 00:00:00 2001 From: Francis Asante Date: Thu, 19 May 2016 22:24:04 +0200 Subject: [PATCH] Release 0.6.4 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b2a7f44e..4d9072b94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mingo JavaScript implementation of MongoDB query language -Mingo harnesses the power of MongoDB-style queries and allows direct querying of in-memory +Mingo harnesses the power of MongoDB-style queries and allows direct querying of in-memory javascript objects in both client and server-side environments. [![build status](https://secure.travis-ci.org/kofrasa/mingo.png)](http://travis-ci.org/kofrasa/mingo) @@ -43,6 +43,7 @@ In browser - Variable Operators (`$map`, `$let`) - Support for custom operators - BackboneJS Integration +- Match against user-defined types - JSON stream filtering and projection. *NodeJS only* For documentation on using query operators see [mongodb](http://docs.mongodb.org/manual/reference/operator/query/) @@ -166,4 +167,4 @@ cursor.first(); - Geometry Specifiers (`$geometry`, `$maxDistance`, `$center`, `$centerSphere`, `$box`, `$polygon`) ## License -MIT \ No newline at end of file +MIT