v0.32.0
版本发布时间: 2023-08-27 14:35:59
denodrivers/mongo最新发布版本:v0.33.0(2024-03-26 07:16:35)
What's Changed
- update types to allow nested push, pull and pullAll by @andrinheusser in https://github.com/denodrivers/mongo/pull/391
- Refactor Filter type to only allow valid keys by @andrinheusser in https://github.com/denodrivers/mongo/pull/392
- findAndModify now returns T | null instead of T | undefined by @AsPulse in https://github.com/denodrivers/mongo/pull/397
- fix insert operation return types by @hazelnutcloud in https://github.com/denodrivers/mongo/pull/398
- feat: ability to run commands directly from DB instance by @albnnc in https://github.com/denodrivers/mongo/pull/395
New Contributors
- @andrinheusser made their first contribution in https://github.com/denodrivers/mongo/pull/391
- @AsPulse made their first contribution in https://github.com/denodrivers/mongo/pull/397
- @hazelnutcloud made their first contribution in https://github.com/denodrivers/mongo/pull/398
- @albnnc made their first contribution in https://github.com/denodrivers/mongo/pull/395
Full Changelog: https://github.com/denodrivers/mongo/compare/v0.31.2...v0.32.0