Skip to content

Commit

Permalink
v1.2.3. Bugfix.
Browse files Browse the repository at this point in the history
- v1.2.3 July 18, 2012
	- Fixed strings in some environments being split into arrays when
using `$has` and `$in`
  • Loading branch information
balupton committed Jul 18, 2012
1 parent db4613f commit 38e3437
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ before_script: "make compile"
node_js: node_js:
- 0.4 - 0.4
- 0.6 - 0.6
- 0.7 - 0.8
notifications: notifications:
irc: irc:
- "irc.freenode.org#bevry" - "irc.freenode.org#bevry"
Expand Down
3 changes: 3 additions & 0 deletions History.md
@@ -1,5 +1,8 @@
## History ## History


- v1.2.3 July 18, 2012
- Fixed strings in some environments being split into arrays when using `$has` and `$in`

- v1.2.2 June 21, 2012 - v1.2.2 June 21, 2012
- Added `$like`, `$likeSensitive`, `$bt`, `$bte`, `$eq`, `$mod`, and `$not` queries - Added `$like`, `$likeSensitive`, `$bt`, `$bte`, `$eq`, `$mod`, and `$not` queries
- Added paging - Added paging
Expand Down
97 changes: 77 additions & 20 deletions out/lib/query-engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "query-engine", "name": "query-engine",
"version": "1.2.2", "version": "1.2.3",
"description": "Query-Engine is a NoSQL and MongoDb compliant query engine. It can run on the server-side with Node.js, or on the client-side within web browsers", "description": "Query-Engine is a NoSQL and MongoDb compliant query engine. It can run on the server-side with Node.js, or on the client-side within web browsers",
"homepage": "https://github.com/bevry/query-engine", "homepage": "https://github.com/bevry/query-engine",
"keywords": [ "keywords": [
Expand Down

0 comments on commit 38e3437

Please sign in to comment.