mongo_dart_query 2.0.1 copy "mongo_dart_query: ^2.0.1" to clipboard
mongo_dart_query: ^2.0.1 copied to clipboard

Query builder for mongo_dart

Changelog #

2.0.1 #

  • Fix - Geometry class was not exported

2.0.0 #

  • Lint fixes
  • Corrected "and" references in selectorBuilder.or(…)

2.0.0-1.0.beta #

  • New UnionWith Stage
  • Removed Pedantic -> Moved to Lints

Breaking changes #

  • Moved to Bson 2.0.0 that uses Decimal instead of Rational

1.0.2 #

  • added geoNear aggregation stage
  • SelectorBuilder clone()

1.0.1 #

  • $mul operator

1.0.0 #

  • Update dependencies for final version

1.0.0-nullsafety.2 #

  • updated dependencies

1.0.0-nullsafety #

Potential breaking changes #

  • AEList and AEObject constructors do not accept null parameters
  • The AEList iterator current getter now throws instead of returning null if current is undefined (moveNext not called or end of Iterable)
  • In SelectorBuilder the paramFields 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 class SetStage to resolve conflict with dart:core library

0.4.0 - September 30th, 2019 (@alexd1971, @vadimtsushko) #

  • Aggregation pipeline builder PR#14

0.3.1 - June 30th, 2018 (@thosakwe, @aemino) #

  • Merged PR #11 from @aemino, which adds Dart 2 fixes for this package, namely coercin of generic types avoiding implicit casts
5
likes
100
pub points
83%
popularity

Publisher

unverified uploader

Query builder for mongo_dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bson, meta

More

Packages that depend on mongo_dart_query