File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 7.0.3 / 2023-03-23
2
+ ==================
3
+ * fix(query): avoid executing transforms if query wasn't executed #13185 #13165
4
+ * fix(schema): make creating top-level virtual underneath subdocument equivalent to creating virtual on the subdocument #13197 #13189
5
+ * fix(timestamps): set timestamps on empty replaceOne() #13196 #13170
6
+ * fix(types): change return type of lean() to include null if nullable #13155 #13151 [ lpizzinidev] ( https://github.com/lpizzinidev )
7
+ * fix(types): fixed type of DocumentArray constructor parameter #13183 #13087 [ lpizzinidev] ( https://github.com/lpizzinidev )
8
+ * docs: refactor header naming to lessen conflicts #12901 [ hasezoey] ( https://github.com/hasezoey )
9
+ * docs: change header levels to be consistent across files #13173 [ hasezoey] ( https://github.com/hasezoey )
10
+
1
11
6.10.4 / 2023-03-21
2
12
===================
3
13
* fix(document): apply setters on resulting value when calling Document.prototype.$inc() #13178 #13158
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 7.0.2 " ,
4
+ "version" : " 7.0.3 " ,
5
5
"author" : " Guillermo Rauch <guillermo@learnboost.com>" ,
6
6
"keywords" : [
7
7
" mongodb" ,
You can’t perform that action at this time.
0 commit comments