Skip to content

Commit

Permalink
docs: roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIbberson committed Dec 16, 2019
1 parent 904db15 commit 3d14b84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ const stub = { foo: 'bar', num: 3 };
const runner = new Comparison(tests);
runner.eval(stub); // returns true or false
runner.query(); // returns a Mongo friendly query
```
```

<h2>Coming Soon</h2>
I'd like to implement non-matching operators into this as well so we can compare against differences.

0 comments on commit 3d14b84

Please sign in to comment.