MongooseJS 4.13.5 发布了,MongooseJS 是使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容:
- fix(model): handle update cast errors correctly with bulkWrite #5845 Michael77
- docs: add link to bufferCommands option #5844 ralphite
- fix(model): allow virtual ref function to return arrays #5834 brunohcastro
- fix(query): don’t throw uncaught error if query filter too big #5812
- fix(document): if setting unselected nested path, don’t overwrite nested path #5800
- fix(document): support calling
populate()
on nested document props #5703 - fix: add
strictBool
option for schema type boolean #5344 #5211 #4245 - docs(faq): add faq re: typeKey #1886
- docs(query): add more detailed docs re: options #1702
下载地址:
转自 http://www.oschina.net/news/90880/mongoose-4-13-5-release