Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

MongooseJS 4.5.5 发布,MongoDB 连接包

$
0
0

MongooseJS 4.5.5 发布了,MongooseJS 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。

改进日志如下:

    • fix(document): handle setting root to empty obj if minimize false #4337

    • fix: downgrade to mongodb 2.1.18 #4335 #4334 #4328 #4323

    • perf(types): remove defineProperty usage in documentarray #4333

    • fix(query): correctly pass model in .toConstructor() #4318

    • fix(services): avoid double-validating mixed types with update validators #4305

    • docs(middleware): add docs describing error handling middleware #4229

    • fix(types): throw correct error when invalidating doc array #3602

    下载地址:

    详情:https://github.com/Automattic/mongoose/blob/master/History.md


    Viewing all articles
    Browse latest Browse all 44787

    Trending Articles