内容简介:Mongoose 5.4.9 已发布,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。 更新内容如下: fix(document): ensure doc array defaults get casted #7337 fix(document): make save() n...
Mongoose 5.4.9 已发布,Mongoose 是在 Node.js 异步环境下对 MongoDB 进行便捷操作的对象模型工具。
更新内容如下:
fix(document): ensure doc array defaults get casted #7337
fix(document): make
save()not crash if nested doc has a property 'get' #7316fix(schema): allow using Schema.Types.Map as well as Map to declare a map type #7305
fix(map): make set after init mark correct path as modified #7321
fix(mongoose): don't recompile model if same collection and schema passed in to
mongoose.model()#5767fix(schema): improve error message when type is invalid #7303
fix(schema): add
populatedto reserved property names #7317fix(model): don't run built-in middleware on custom methods and ensure timestamp hooks don't run if children don't have timestamps set #7342
docs(schematypes): clarify that you can add arbitrary options to a SchemaType #7340
docs(mongoose): clarify that passing same name+schema to
mongoose.model()returns the model #5767docs(index): add useNewUrlParser to example #7368 JIBIN-P
docs(connection): add useNewUrlParser to examples #7362 JIBIN-P
docs(discriminators): add back missing example from 'recursive embedded discriminators section' #7349
docs(schema): improve docs for string and boolean cast() #7351
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
机器学习实践指南
麦好 / 机械工业出版社 / 2014-4-1 / 69.00
《机器学习实践指南:案例应用解析》是机器学习及数据分析领域不可多得的一本著作,也是为数不多的既有大量实践应用案例又包含算法理论剖析的著作,作者针对机器学习算法既抽象复杂又涉及多门数学学科的特点,力求理论联系实际,始终以算法应用为主线,由浅入深以全新的角度诠释机器学习。 全书分为准备篇、基础篇、统计分析实战篇和机器学习实战篇。准备篇介绍了机器学习的发展及应用前景以及常用科学计算平台,主要包括统......一起来看看 《机器学习实践指南》 这本书的介绍吧!