mongo_dart_query 0.4.2
mongo_dart_query: ^0.4.2 copied to clipboard
Query builder for mongo_dart and objectory
Changelog #
0.4.2 #
- Fixed problem in SelectorBuilder: if you set a raw map, then you couldn't add any new query expression or you loose the inital raw map "query" section.
- Lint clean-up
- Updated sdk constraint to 2.5.2
0.4.1 #
- class
Set
of aggregation stages moved to classSetStage
to resolve conflict withdart:core
library