Mongoose 是设计用于异步环境的 MongoDB 对象模型工具。Mongoose 支持 promises 和 callbacks。Mongoose 6.8.3 正式发布,本次更新内容如下:
- perf:提高 assignRawDocsToIdStructure 的性能,以便更快地填充大型文档 #12867
- fix(model):确保 insertMany() 中验证错误的顺序一致:false 和 rawResult: true #12866
- 修复:避免将最终回调传递给预挂钩,因为调用回调会扰乱挂钩执行 #12836
- fix(types):避免在方法、虚拟或静态设置时推断时间戳 #12871
- fix(types):正确推断常量数组上的字符串枚举#12870
- fix(types):允许在其他虚拟的定义中调用虚拟#12874
- fix(types):为没有参数的聚合#model 添加类型定义 #12864
- docs(discriminators):添加有关更改鉴别器键的部分 #12861
- docs(typescript):解释从模式推断出的虚拟只出现在模型上,而不是原始文档类型 #12860 #12684
更新公告:https://www.w3school.com.cn/index.html