MongooseJS 4.5.2 发布了,MongooseJS 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
改进日志如下:
fix(connection): add checks for collection presence for onOpen and onClose #4259 nodkz
fix(cast): allow strings for $type operator #4256
fix(querycursor): support lean() #4255 pyramation
fix(aggregate): allow setting noCursorTimeout option #4241
fix(document): handle undefined for Array.pull #4222 Sebmaster
fix(connection): ensure promise.catch() catches initial connection error #4135
fix(document): show additional context for VersionError #2633
下载地址:https://github.com/Automattic/mongoose/archive/4.5.2.tar.gz
来自:开源中国社区

