MongooseJS 4.1.3 发布,此版本更新内容如下:
fixed; getUpdate() in pre update hooks #3520 gregthegeek
fixed; handleArray() ensures arg is an array #3238 jloveridge
fixed; refresh required path cache when recreating docs #3199
fixed; $ operator on unwind aggregation helper #3197
fixed; findOneAndUpdate() properly returns raw result as third arg to callback #3173
fixed; querystream with dynamic refs #3108
下载: https://github.com/Automattic/mongoose/archive/4.1.3.zip 。
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对 mongodb 文档型数据库的连接和增删改查等常规数据操作。
mongoose是当前使用mean(mongodb express angularjs nodejs)全栈开发必用的连接数据库软件包。