内容简介:Mongoose 5.4.2 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix(document): 确保 Document#updateOne() 返回一个查询,但仍然调用 hook fix(query): 允许...
Mongoose 5.4.2 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
更新内容如下:
fix(document): 确保 Document#updateOne() 返回一个查询,但仍然调用 hook
fix(query): 允许显式地突出填充路径
fix(document): 支持 toObject() 和 toJSON() 设置 flattenMaps 选项
fix(query): 处理合并 .where()
fix(schema): clone 时复制 .base
docs: 删除 plugins.mongoosejs.com 的链接,转而使用 plugins.mongoosejs.io
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 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 异步对象模型工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!