Skip to content

Commit

Permalink
Updated to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnc committed Jan 23, 2025
1 parent e4caa5c commit ccdb8d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# Changelog

## v1.1.3

[2025-01-23]

- Added prepaginate string support for TypeScript

## v1.1.2

[2024-07-23]
* Fix for #63, #60

- Fix for #63, #60

## v1.1.1

[2024-07-05]

* Added match stage before facet to improve performance.
- Added match stage before facet to improve performance.

## v1.1.0

[2024-06-24]

* Added Support for prepagination.
* Added TS Files.
- Added Support for prepagination.
- Added TS Files.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose-aggregate-paginate-v2",
"version": "1.1.2",
"description": "A cursor based custom aggregate pagination library for Mongoose with customizable labels.",
"version": "1.1.3",
"description": "A page based custom aggregate pagination library for Mongoose with customizable labels.",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ccdb8d3

Please sign in to comment.