@mother/mongoose-cursor-pagination
Version:
Easy-to-use, scalable, cursor pagination plugin for mongoose
11 lines (9 loc) • 318 B
Markdown
0.0.3
- Added support for lean queries
- Dependency updates
- Deprecate support for node 8
0.0.2
- Changed cursor string format to use JSON
- Cursor string generation can handle `null` and `undefined`
- Cursor keys must be a subset of sort keys
- Use base64 url encoding for cursor strings (instead of normal base64)