MongooseJS 5.1.5 发布,MongoDB 连接包

  

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

更新内容:

  • docs(guide): rework query helper example #6575 lineus

  • fix(populate): handle virtual populate with embedded discriminator under single nested subdoc #6571

  • docs: add string option to projections that call query select #6563 lineus

  • style: use ES6 in collection.js #6560 l33ds

  • fix(populate): add virtual ref function ability getModelsMapForPopulate #6559 #6554 lineus

  • docs(queries): fix link #6557 sun1x

  • fix(schema): rename indexes -> getIndexes to avoid webpack duplicate declaration #6547

  • fix(document): support toString() as custom method #6538

  • docs: add @instance for instance methods to be more compliant with JSDoc #6516 treble-snake

  • fix(populate): avoid converting to map when using mongoose-deep-populate #6460

  • docs(browser): create new browser docs page #6061

下载地址:

猜你喜欢

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