We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5104a3d commit 145fa6aCopy full SHA for 145fa6a
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.7.0
4
+
5
+[2022-07-04]
6
7
+- Added support for sub-document pagination.
8
9
+[2022-02-28]
10
11
+- Added support for Mongoose 6
12
13
## v1.6.3
14
15
[2022-02-28]
package.json
@@ -1,6 +1,6 @@
{
"name": "mongoose-paginate-v2",
- "version": "1.6.3",
+ "version": "1.7.0",
"description": "A custom pagination library for Mongoose with customizable labels.",
"main": "dist/index.js",
"types": "index.d.ts",
0 commit comments