MongooseJS 4.1.7 发布,此版本更新内容如下:
docs; typos in SchemaType documentation #3367 jasson15
fixed; MONGOOSE_DRIVER_PATH env variable again #3360
docs; added validateSync docs #3353
fixed; set findOne op synchronously in query #3344
fixed; handling for .pull() on a documentarray without an id #3341
fixed; use natural order for cloning update conditions #3338
fixed; issue with strict mode casting for mixed type updates #3337
下载:https://github.com/Automattic/mongoose/archive/4.1.7.zip。
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。
来自:开源中国社区

