We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c397b commit e12e10eCopy full SHA for e12e10e
CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Fixed problem in SelectorBuilder:
6
if you set a raw map, then you couldn't add any new query expression or you loose the inital raw map "query" section.
7
* Lint clean-up
8
+* Updated sdk constraint to 2.5.2
9
10
## 0.4.1
11
pubspec.yaml
@@ -3,7 +3,7 @@ version: 0.4.2
3
description: Query builder for mongo_dart and objectory
4
homepage: https://github.com/mongo-dart/mongo_dart_query
environment:
- sdk: ">=2.0.0-dev.69.0 <3.0.0"
+ sdk: ">=2.5.2 <3.0.0"
dependencies:
bson: "^0.3.2"
meta: ^1.1.7
0 commit comments