mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-31 18:54:28 +00:00
* fix(@tyeps/mongodb): reorganize tests into different files (old test are mostly untouched) * fix: add support for quering arrays by element type * fix: $not and $regex and $mod queries * fix: move $text to root query * fix: accept regex options only when the field type is string * fix: $where types in filterQuery * fix: use array operators only for array field * feat: add extensive filterQuery tests * fix: readd useUnifiedTopology to tests * fix: add regex support to $not operator