Skip to content

Commit 340b882

Browse files
committed
chore: release 7.1.0
1 parent 740efaf commit 340b882

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
7.1.0 / 2023-04-27
2+
==================
3+
* feat: upgrade mongodb -> 5.3.0
4+
* feat(schema): add BigInt support, upgrade mongodb -> 5.3.0 #13318 #13081 #6936
5+
* feat: handle MongoDB's new UUID type, export mongoose.Types.UUID #13323 #13103
6+
* feat: implement createCollections() #13324
7+
* feat(query): add isPathSelectedInclusive function on query #13177
8+
* types: added overloads for Schema.pre/post with different values for SchemaPreOptions #12680 [jpilgrim](https://github.com/jpilgrim)
9+
* types(query): make lean() flatten out inferred maps into Record<string, V> #13326 #13010
10+
* docs: update README deno url #13332
11+
* docs: update jsdoc to use full URLs instead of non-prefix absolute urls (also fix some urls) #13328 [hasezoey](https://github.com/hasezoey)
12+
* docs: reload api js files on change #13313 [hasezoey](https://github.com/hasezoey)
13+
* docs: update website sidebar to be better use-able #13321 [hasezoey](https://github.com/hasezoey)
14+
* docs: fix schematype @see links #13310 [hasezoey](https://github.com/hasezoey)
15+
* docs(subdocuments): remove callback usage, use deleteOne() rather than remove() re: #13284 #13316
16+
117
7.0.5 / 2023-04-24
218
==================
319
* fix(schema): correctly handle uuids with populate() #13317 #13267

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.0.5",
4+
"version": "7.1.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)