MongooseJS 5.1.1 发布,MongoDB 连接包

  

MongooseJS 5.0.14 发布了。MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。

更新内容:

  • docs(schema): add notes in api and guide about schema.methods object #6470 #6440 lineus

  • fix(error): add modified paths to VersionError #6464 #6433 paglias

  • fix(populate): only call populate with full param signature when match is not present #6458 #6451 lineus

  • docs: fix geoNear link in migration guide #6450 kawache

  • fix(discriminator): throw readable error when create() with a non-existent discriminator key #6434

  • fix(populate): add retainNullValues option to avoid stripping out null keys #6432

  • fix(populate): handle populate in embedded discriminators underneath nested paths #6411

  • docs(model): add change streams and ToC, make terminology more consistent #5888

下载地址:

猜你喜欢

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