File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.12.5 / 2017-10-28
2
+ ===================
3
+ * fix(query): correctly handle ` $in ` and required for $pull and update validators #5744
4
+ * feat(aggegate): add $addFields pipeline operator #5740 [ AyushG3112] ( https://github.com/AyushG3112 )
5
+ * fix(document): catch sync errors in document pre hooks and report as error #5738
6
+ * fix(populate): handle slice projections correctly when automatically selecting populated fields #5737
7
+ * fix(discriminator): fix hooks for embedded discriminators #5706 [ wlingke] ( https://github.com/wlingke )
8
+ * fix(model): throw sane error when customer calls ` mongoose.Model() ` over ` mongoose.model() ` #2005
9
+
1
10
4.12.4 / 2017-10-21
2
11
===================
3
12
* test(plugins): add coverage for idGetter with id as a schema property #5713 [ wlingke] ( https://github.com/wlingke )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 4.12.5-pre " ,
4
+ "version" : " 4.12.5" ,
5
5
"author" :
" Guillermo Rauch <[email protected] >" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments