File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.2.1
4+
5+ - Renamed grammar file to avoid potential conflicts
6+
37## 0.2.0
48
59- Added support for cursor functions to be chained (in any order) after db.collection.find():
Original file line number Diff line number Diff line change 22
33[ https://docs.mongodb.com/v3.2/reference/mongo-shell/ ] ( )
44
5+ - Add ObjectId() support for find().
6+ - Regex queries:
7+ - Tests for regex by string (already works)
8+ - Support for /regex/ literals
9+
510## Working Commands
611
712 show dbs
Original file line number Diff line number Diff line change 1- (defproject monglorious " 0.2.0 "
1+ (defproject monglorious " 0.2.1 "
22 :author " Dave Bauman"
33 :description " Query MongoDB using strings!"
44 :url " https://github.com/baumandm/monglorious"
1111 [com.novemberain/monger " 3.1.0" ]
1212 [org.clojars.frozenlock/commons-lang " 3.3.0" ]]
1313
14- :main ^:skip-aot monglorious.core
1514 :target-path " target/%s"
1615 :javac-options [" -target" " 1.6" " -source" " 1.6" " -Xlint:-options" ]
1716
File renamed without changes.
Original file line number Diff line number Diff line change 1313 " whitespace = #'\\ s+'" ))
1414
1515(def monglorious-parser
16- (time (insta/parser (clojure.java.io/resource " grammar.ebnf" )
16+ (time (insta/parser (clojure.java.io/resource " monglorious- grammar.ebnf" )
1717 :string-ci true
1818 :auto-whitespace whitespace)))
1919
You can’t perform that action at this time.
0 commit comments