Mongoose 5.12.8 发布,MongoDB 异步对象模型工具

栏目: 软件资讯 · 发布时间: 3年前

内容简介:Mongoose 是设计用于异步环境的 MongoDB 对象模型工具。Mongoose 支持 promises 和 callbacks。Mongoose 5.12.8 正式发布,本次更新内容如下: fix(populate): 处理填充不可变数组的路径; fix(CastError): 添加 ...

Mongoose 是设计用于异步环境的 MongoDB 对象模型工具。Mongoose 支持 promises 和 callbacks。Mongoose 5.12.8 正式发布,本次更新内容如下:

  • fix(populate): 处理填充不可变数组的路径;
  • fix(CastError): 添加 toJSON() 函数以确保 name 属性始终最终出现在 JSON.stringify() 输出中;
  • fix(query): 增加 allowDiskUse() 方法,改进 MongoDB 4.4 新的 allowDiskUse 选项的设置;
  • fix(populate): 允许在一些文档具有非对象属性的混合模式下填充路径;
  • chore: 删除不必要的驱动动态导入,以便 Mongoose 能与 Parcel 一起工作;
  • fix(index.d.ts): 允许任何对象作为 create() 和 insertMany() 的参数;
  • fix(index.d.ts): 允许用原始接口创建 Model 类,没有 extends Document
  • fix(index.d.ts): 当 UpdateQuery 作为函数参数的情况时,将 UpdateQuery 与 UpdateWithAggregationPipeline 分开;
  • fix(index.d.ts): 在 hooks 前/后中不需要错误值;
  • docs(typescript): 增加 typescript 入门教程和静态教程;
  • docs(typescript): 增加查询助手教程;
  • docs(deprecations): 增加可以安全忽略 useFindAndModify 和 useCreateIndex 的废弃警告的说明
  • chore(workflows): 添加 node 16 到 github actions;

更多详情可查看:https://github.com/Automattic/mongoose/blob/master/History.md


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Algorithm Design

Algorithm Design

Jon Kleinberg、Éva Tardos / Addison-Wesley / 2005-3-26 / USD 144.20

Algorithm Design introduces algorithms by looking at the real-world problems that motivate them. The book teaches students a range of design and analysis techniques for problems that arise in compu......一起来看看 《Algorithm Design》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具