MongooseJS 5.0.0 已正式发布,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
该版本主要更新内容:
test: refactor tests to use start fewer connections
feat: add global bufferCommands option
docs: new docs site and build system
test: increase timeout on slow test cases
fix: avoid casting out array filter elements
feat: add Model.watch() wrapper
chore: replace istanbul with nyc
软件详情:https://github.com/Automattic/mongoose/blob/master/History.md
下载地址:https://github.com/Automattic/mongoose/releases/tag/5.0.0
来自:开源中国社区

