File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 6.3.5 / 2022-05-30
2
+ ==================
3
+ * fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
4
+ * fix(document): avoid manually populating documents that are manually populated in another doc with different unpopulatedValue #11442
5
+ * fix(document): fix ObjectId conversion for external schemas #11841 [ coyotte508] ( https://github.com/coyotte508 )
6
+ * fix: fix codeql warnings #11817 [ Uzlopak] ( https://github.com/Uzlopak )
7
+ * fix(types): allow passing TVirtuals to Schema class #11543
8
+ * fix(types): Type of Connection.transaction() #11825 [ dwrss] ( https://github.com/dwrss )
9
+ * docs(typescript): add coverage for TypeScript query helpers #11709
10
+ * docs: fix documention of error handling #11844 [ Uzlopak] ( https://github.com/Uzlopak )
11
+ * docs: typings mongoose.Error should reference to MongooseError #11850 [ Uzlopak] ( https://github.com/Uzlopak )
12
+ * chore: improve issue templates #11794 [ Uzlopak] ( https://github.com/Uzlopak )
13
+ * chore: use ts-benchmark instead of internal TS benchmarking #11798 [ mohammad0-0ahmad] ( https://github.com/mohammad0-0ahmad )
14
+
1
15
6.3.4 / 2022-05-19
2
16
==================
3
17
* fix(schema): disallow using schemas with schema-level projection with map subdocuments #11698
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mongoose" ,
3
3
"description" : " Mongoose MongoDB ODM" ,
4
- "version" : " 6.3.4 " ,
4
+ "version" : " 6.3.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