File tree 2 files changed +17
-1
lines changed 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
7.0.5 / 2023-04-24
2
18
==================
3
19
* fix(schema): correctly handle uuids with populate() #13317 #13267
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.5 " ,
4
+ "version" : " 7.1.0 " ,
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