内容简介:Mongoose 5.3.4 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix(schema): make add() and remove() return the schema instance #7131 lineus fix(query...
Mongoose 5.3.4 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
更新内容如下:
fix(schema): make
add()andremove()return the schema instance #7131 lineusfix(query): don't require passing model to
cast()#7118fix: support
useFindAndModifyas a connection-level option #7110 lineusfix(populate): handle plus path projection with virtual populate #7050
fix(schema): allow using ObjectId type as schema path type #7049
docs(schematypes): elaborate on how schematypes relate to types #7049
docs(deprecations): add note about gridstore deprecation #6922
docs(guide): add storeSubdocValidationError option to guide #6802
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Mongoose 5.3.4 发布,MongoDB 异步对象模型工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Eloquent JavaScript
Marijn Haverbeke / No Starch Press / 2011-2-3 / USD 29.95
Eloquent JavaScript is a guide to JavaScript that focuses on good programming techniques rather than offering a mish-mash of cut-and-paste effects. The author teaches you how to leverage JavaScript's......一起来看看 《Eloquent JavaScript》 这本书的介绍吧!