内容简介:Mongoose 是设计用于异步环境的 MongoDB 对象模型工具,支持 promises 和 callbacks。Mongoose 6.1.7 正式发布,本次更新内容如下: fix(model): 正确处理 $push 嵌套数组 #11108 fix(update): 正确地应用时间戳更...
Mongoose 是设计用于异步环境的 MongoDB 对象模型工具,支持 promises 和 callbacks。Mongoose 6.1.7 正式发布,本次更新内容如下:
- fix(model): 正确处理 $push 嵌套数组 #11108
- fix(update): 正确地应用时间戳更新管道 #11151
- fix(document): 将数组子文档设置为自身后,正确处理数组子文档的修改 #11172
- fix(index.d.ts): 允许将选项传递给 model() 代替已移除的
skipInit
#11137 - fix(aggregate): 允许将详细信息传递给 Aggregate.prototype.explain() #11144
- fix(index.d.ts): 避免 TypeScript 将 _id 推断为任何带有 HydratedDocument 的类型 #11085
- docs: 修复 Node.js 驱动程序的兼容链接 #11214 wesbos
- docs: 删除无关的反引号 #11204 joebowbeer
更新公告:https://github.com/Automattic/mongoose/releases/tag/6.1.7
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Mongoose 5.0.17 发布,MongoDB 异步对象模型工具
- Mongoose 4.13.14 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.5 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.7 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.10 发布,MongoDB 异步对象模型工具
- Mongoose 5.12.5 发布,MongoDB 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Object-Oriented Design Heuristics
Arthur J. Riel / Addison-Wesley Professional / 1996-05-10 / USD 64.99
Product Description Here is the first object-oriented development book to provide specific experience-based guidelines to help developers make the right design decisions. This book offers the next ......一起来看看 《Object-Oriented Design Heuristics》 这本书的介绍吧!