MongooseJS 4.9.3 发布了。使用 JavaScript 编程,连接 MongoDB 数据库的软件包,使 MongoDB 的文档数据模型变的优雅起来,方便对 MongoDB 文档型数据库的连接和增删改查等常规数据操作。
更新内容如下:
- docs: document.js fixes for functions prepended with
$
#5131 krmannix - fix: Avoid exception on constructor check #5129 monkbroc
- docs(schematype): explain how to use
isAsync
with validate() #5125 - docs(schematype): explain custom message with required function #5123
- fix(populate): only apply refPath duplicate id optimization if not array #5114
- fix(document): copy non-objects to doc when init() #5111
- perf(populate): dont clone whole options every time #5103
- feat(document): add isDirectSelected() to minimize isSelected() changes #5063
- docs(schematypes): explain some subtleties with arrays #5059
下载地址:
转自 http://www.oschina.net/news/83485/mongoose-4-9-3