内容简介:Mongoose 5.2.5 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix(boolean): expose convertToTrue and convertToFalse for custom boolean casting #6...
Mongoose 5.2.5 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
更新内容如下:
fix(boolean): expose
convertToTrue
andconvertToFalse
for custom boolean casting #6758docs(schematypes): add note about what values are converted to booleans #6758
fix(document): fix(document): report castError when setting single nested doc to array #6753
docs: prefix mongoose.Schema call with new operator #6751 sajadtorkamani
docs(query): add examples and links to schema writeConcern option for writeConcern helpers #6748
docs(middleware): clarify that init middleware is sync #6747
perf(model): create error rather than modifying stack for source map perf #6735
fix(model): throw helpful error when passing object to aggregate() #6732
fix(model): pass Model instance as context to applyGetters when calling getters for virtual populate #6726 lineus
fix(documentarray): remove
isNew
andsave
listeners on CastError because otherwise they never get removed #6723docs(model+query): clarify when to use
countDocuments()
vsestimatedDocumentCount()
#6713fix(populate): correctly set virtual nestedSchemaPath when calling populate() multiple times #6644
docs(connections): add note about the
family
option for IPv4 vs IPv6 and add port to example URIs #6566
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Mongoose 5.2.5 发布,MongoDB 异步对象模型工具》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Mongoose 5.0.17 发布,MongoDB 异步对象模型工具
- Mongoose 4.13.14 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.7 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.10 发布,MongoDB 异步对象模型工具
- Mongoose 5.12.5 发布,MongoDB 异步对象模型工具
- Mongoose 5.2.10 发布,MongoDB 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python网络编程(第3版)
[美] Brandon Rhodes、[美] John Goerzen / 诸豪文 / 人民邮电出版社 / 2016-9 / 79.00元
本书针对想要深入理解使用Python来解决网络相关问题或是构建网络应用程序的技术人员,结合实例讲解了网络协议、网络数据及错误、电子邮件、服务器架构和HTTP及Web应用程序等经典话题。具体内容包括:全面介绍Python3中最新提供的SSL支持,异步I/O循环的编写,用Flask框架在Python代码中配置URL,跨站脚本以及跨站请求伪造攻击网站的原理及保护方法,等等。一起来看看 《Python网络编程(第3版)》 这本书的介绍吧!