Skip to content

Commit

Permalink
chore: release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 9, 2019
1 parent e2434ca commit a4c3e10
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
5.7.0 / 2019-09-09
==================
* feat(document+query): support conditionally immutable schema paths #8001
* perf(documentarray): refactor to use ES6 classes instead of mixins, ~30% speedup #7895
* feat: use MongoDB driver 3.3.x for MongoDB 4.2 support #8083 #8078
* feat(schema+query): add pre('validate') and post('validate') hooks for update validation #7984
* fix(timestamps): ensure updatedAt gets incremented consistently using update with and without $set #4768
* feat(query): add `Query#get()` to make writing custom setters that handle both queries and documents easier #7312
* feat(document): run setters on defaults #8012
* feat(document): add `aliases: false` option to `Document#toObject()` #7548
* feat(timestamps): support skipping updatedAt and createdAt for individual save() and update() #3934
* docs: fix index creation link in guide #8138 [joebowbeer](https://github.com/joebowbeer)

5.6.13 / 2019-09-04
===================
* fix(parallel): fix parallelLimit when fns is empty #8130 #8128 [sibelius](https://github.com/sibelius)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.6.14-pre",
"version": "5.7.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a4c3e10

Please sign in to comment.