UNPKG

mongoose-aggregate-paginate-v2

Version:

A page based custom aggregate pagination library for Mongoose with customizable labels.

33 lines (17 loc) 475 B
# Changelog ## v1.1.4 [2025-02-17] - Optimizes the aggregation pipeline generated while using facet by moving the shared pipeline stages above the facet stage which were earlier duplicated ## v1.1.3 [2025-01-23] - Added prepaginate string support for TypeScript ## v1.1.2 [2024-07-23] - Fix for #63, #60 ## v1.1.1 [2024-07-05] - Added match stage before facet to improve performance. ## v1.1.0 [2024-06-24] - Added Support for prepagination. - Added TS Files.