Skip to content

Commit

Permalink
v2.1.5 allow $exists operator to work on arrays (from louischatriot/p…
Browse files Browse the repository at this point in the history
  • Loading branch information
justlep committed Nov 7, 2024
1 parent 1df1ee2 commit 889c88e
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 347 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## The JavaScript Database

[![Build Status](https://api.travis-ci.com/justlep/nedb.svg?branch=master)](https://app.travis-ci.com/github/justlep/nedb)
[![NPM Version](https://img.shields.io/npm/v/@justlep/nedb.svg)](https://www.npmjs.com/package/@justlep/nedb)
[![Node.js Version](https://img.shields.io/node/v/@justlep/nedb.svg)]()

Expand Down
1 change: 1 addition & 0 deletions lib/model-comparison.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ export const arrayComparisonFunctions = Object.create(null);

arrayComparisonFunctions.$size = true;
arrayComparisonFunctions.$elemMatch = true;
arrayComparisonFunctions.$exists = true;
Loading

0 comments on commit 889c88e

Please sign in to comment.