MongooseJS 4.9.8 发布了。使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
本次更新如下:
docs(subdocs): rewrite subdocs guide
fix(document): avoid circular JSON if error in doc array under single nested subdoc
fix(document): set intermediate empty objects for deeply nested undefined paths before path itself
fix(schema): throw error if first param to schema.plugin() is not a function
perf(document): major speedup in validating subdocs (50x in some cases)
软件详情:https://github.com/Automattic/mongoose/
下载地址:https://github.com/Automattic/mongoose/archive/4.9.8.zip
来自:开源中国社区

