Mongoose 5.1.7 发布,bug 与文档修复

  

Mongoose 5.1.7 发布了,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。

  • docs: add npm badge to readme #6623 VFedyk

  • fix(document): don't throw parallel save error if post save hooks in parallel #6614 #6611 lineus

  • fix(populate): allow dynamic ref to handle >1 model getModelsMapForPopulate #6613 #6612 jimmytsao

  • fix(document): handle push() on triple nested document array #6602

  • docs(validation): improve update validator doc headers #6577 joeytwiddle

  • fix(document): handle document arrays in modifiedPaths() with includeChildren option #5904

更新日志

下载地址:

猜你喜欢

转载自www.oschina.net/news/97452/mongoose-5-1-7-released