Releases: aravindnc/mongoose-paginate-v2
Releases · aravindnc/mongoose-paginate-v2
v1.8.3
What's Changed
- Use LF line endings by @orgads in #214
- MongoDB < 3.4: Fix for countDocument by @brianpham93 in #215
- Add support for query helpers by @SkyaTura in #218
New Contributors
- @brianpham93 made their first contribution in #215
- @SkyaTura made their first contribution in #218
Full Changelog: v1.8.1...v1.8.3
v1.8.0 With Mongoose v8 Support
What's Changed
- Add customFind options by @molcay in #179
- fix: when pagination is false, skip the execution of count by @Seitk in #194
- Update package.json by @aravindnc in #198
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #196
- Bump mongoose from 5.13.2 to 5.13.20 by @dependabot in #195
- fix: set limit when limit is 0 by @a-jaouen in #199
- set dynamic type for
docs
items by @orimdominic in #201 - Upgrade to mongoose v8 by @ypicard in #204
New Contributors
- @molcay made their first contribution in #179
- @Seitk made their first contribution in #194
- @a-jaouen made their first contribution in #199
- @orimdominic made their first contribution in #201
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Supports determines the MongoDB nodes from which to read. by @chazepps in #56
- Update README.md by @ridvanaltun in #63
- Offset greater than 0 smaller than limit by @chdanielmueller in #66
- Fix first page bug with page by @Igor-lkm in #67
- Fix prev page condition (follow-up) by @Igor-lkm in #68
- Add travis ci by @Igor-lkm in #69
- docs: document the
options
option by @vkarpov15 in #73 - provide estimatedDocumentCount option, wich enable estimatedDocumentC… by @daniel-tucano in #98
- Bump bl from 2.2.0 to 2.2.1 by @dependabot in #87
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #79
- Fix estimated count causing crash by @louisnow in #100
- Update deps to fix node 12 compatibility with babel by @louisnow in #103
- Fix travis using EOL node versions by @louisnow in #105
- Add CHANGELOG.md by @louisnow in #107
- Add eslint and prettier with git hooks integration by @louisnow in #109
- ⭐ feat(add): Added support for customCountFn. Set useCustomCount… by @david2dia in #112
- Description of why this plugin fixed by @MauricioHernanCabrera in #115
- Bugfix for document count with collation by @lingo in #122
- Fix for page options less than 1 by @Eronmmer in #125
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #126
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #128
- Bump browserslist from 4.14.6 to 4.16.6 by @dependabot in #131
- Add license scan report and status by @fossabot in #135
- Bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in #141
- Fix hasPrevPage behaviour with limit > offset > 0 by @chdanielmueller in #133
- Fix hasPrevPage behaviour with limit > offset > 0 by @chdanielmueller in #144
- Feature: PaginationParameters helper class by @tomosterlund in #151
- Add Typescript typings by @ypicard in #153
- fix: update paginate options typings (fixes #154) by @ypicard in #156
- Fix typescript types (adds support for Mongoose 6) by @kerolloz in #161
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #163
- docs: add mongoose import to typescript example by @GabrielGaspar447 in #166
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #164
- Bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #171
- feat: add sub-document pagination (feats: #174) by @lau1944 in #175
- feat: remove defaultOptions in subdoc pagination process #174 by @lau1944 in #176
New Contributors
- @chazepps made their first contribution in #56
- @ridvanaltun made their first contribution in #63
- @chdanielmueller made their first contribution in #66
- @Igor-lkm made their first contribution in #67
- @vkarpov15 made their first contribution in #73
- @daniel-tucano made their first contribution in #98
- @dependabot made their first contribution in #87
- @louisnow made their first contribution in #100
- @david2dia made their first contribution in #112
- @MauricioHernanCabrera made their first contribution in #115
- @lingo made their first contribution in #122
- @Eronmmer made their first contribution in #125
- @fossabot made their first contribution in #135
- @tomosterlund made their first contribution in #151
- @ypicard made their first contribution in #153
- @kerolloz made their first contribution in #161
- @GabrielGaspar447 made their first contribution in #166
- @lau1944 made their first contribution in #175
Full Changelog: v1.3.51...v1.7.0
Bug Fix
v1.3.17
Fixed multiple issues, added new features
Changes in this version.
Fixed Issues
New Features
- Get all docs if pagination is not enabled.
- Added support to determines the MongoDB nodes from which to read.
- Added new option
forceCountFn
to support $near and $nearSphere (Ref: https://github.com/aravindnc/mongoose-paginate-v2#note)
Fixed issue with slow queries
v1.3.3 Merge branch 'master' of https://github.com/aravindnc/mongoose-pagina…
Fixed issues with count
v1.3.2 Fixed the totalDocs counting issue with populate and collation.
v1.3.0
Fixed issue with labelLimit
labelLimit var wasn't called