mongo_dart_query 1.0.0-nullsafety mongo_dart_query: ^1.0.0-nullsafety copied to clipboard
Query builder for mongo_dart and objectory
Changelog #
1.0.0-nullsafety #
Potential breaking changes #
AEList
andAEObject
constructors do not accept null parameters- The
AEList
iteratorcurrent
getter now throws instead of returning null ifcurrent
is undefined (moveNext
not called or end of Iterable) - In
SelectorBuilder
theparamFields
map cannot be set directly any more, but the related method must be used (fields, excludeFields and metaTextScore)
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