MongooseJS 4.13.5 发布了,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容:
fix(model): handle update cast errors correctly with bulkWrite
docs: add link to bufferCommands option
fix(model): allow virtual ref function to return arrays
fix(query): don't throw uncaught error if query filter too big
fix(document): if setting unselected nested path, don't overwrite nested path
fix(document): support calling populate() on nested document props
fix: add strictBool option for schema type boolean
docs(faq): add faq re: typeKey
docs(query): add more detailed docs re: options
软件详情:https://github.com/Automattic/mongoose/
下载地址:https://github.com/Automattic/mongoose/archive/4.13.5.zip
来自:开源中国社区

