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 #
AEListandAEObjectconstructors do not accept null parameters- The
AEListiteratorcurrentgetter now throws instead of returning null ifcurrentis undefined (moveNextnot called or end of Iterable) - In
SelectorBuildertheparamFieldsmap 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
Setof aggregation stages moved to classSetStageto resolve conflict withdart:corelibrary