Skip to content

Commit e90aab1

Browse files
committedAug 19, 2021
docs(History): make a note about #10555
Fix #10576
1 parent fca0627 commit e90aab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎History.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* fix(schema): throw more helpful error when defining a document array using a schema from a different copy of the Mongoose module #10453
1616
* fix: add explicit check on constructor property to avoid throwing an error when checking objects with null prototypes #10512
1717
* fix(cursor): make sure to clear stack every 1000 docs when calling `next()` to avoid stack overflow with large batch size #10449
18+
* fix(index.d.ts): improve types of Schema#(g|s)et #10555 [thiagokisaki](https://github.com/thiagokisaki)
1819
* fix(index.d.ts): allow calling new Model(...) with generic Model param #10526
1920
* fix(index.d.ts): update type declarations of Schema.index method #10538 #10530 [Raader](https://github.com/Raader)
2021
* fix(index.d.ts): add useNewUrlParser and useUnifiedTopology to ConnectOptions #10500

0 commit comments

Comments
 (0)
Please sign in to comment.