Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-07-04 | 6.4 kB | |
v1.7.0 source code.tar.gz | 2022-07-04 | 307.4 kB | |
v1.7.0 source code.zip | 2022-07-04 | 312.3 kB | |
Totals: 3 Items | 626.1 kB | 0 |
What's Changed
- Supports determines the MongoDB nodes from which to read. by @chazepps in https://github.com/aravindnc/mongoose-paginate-v2/pull/56
- Update README.md by @ridvanaltun in https://github.com/aravindnc/mongoose-paginate-v2/pull/63
- Offset greater than 0 smaller than limit by @chdanielmueller in https://github.com/aravindnc/mongoose-paginate-v2/pull/66
- Fix first page bug with page by @Igor-lkm in https://github.com/aravindnc/mongoose-paginate-v2/pull/67
- Fix prev page condition (follow-up) by @Igor-lkm in https://github.com/aravindnc/mongoose-paginate-v2/pull/68
- Add travis ci by @Igor-lkm in https://github.com/aravindnc/mongoose-paginate-v2/pull/69
- docs: document the
options
option by @vkarpov15 in https://github.com/aravindnc/mongoose-paginate-v2/pull/73 - provide estimatedDocumentCount option, wich enable estimatedDocumentC… by @daniel-tucano in https://github.com/aravindnc/mongoose-paginate-v2/pull/98
- Bump bl from 2.2.0 to 2.2.1 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/87
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/79
- Fix estimated count causing crash by @louisnow in https://github.com/aravindnc/mongoose-paginate-v2/pull/100
- Update deps to fix node 12 compatibility with babel by @louisnow in https://github.com/aravindnc/mongoose-paginate-v2/pull/103
- Fix travis using EOL node versions by @louisnow in https://github.com/aravindnc/mongoose-paginate-v2/pull/105
- Add CHANGELOG.md by @louisnow in https://github.com/aravindnc/mongoose-paginate-v2/pull/107
- Add eslint and prettier with git hooks integration by @louisnow in https://github.com/aravindnc/mongoose-paginate-v2/pull/109
- :star: feat(add): Added support for customCountFn. Set useCustomCount… by @david2dia in https://github.com/aravindnc/mongoose-paginate-v2/pull/112
- Description of why this plugin fixed by @MauricioHernanCabrera in https://github.com/aravindnc/mongoose-paginate-v2/pull/115
- Bugfix for document count with collation by @lingo in https://github.com/aravindnc/mongoose-paginate-v2/pull/122
- Fix for page options less than 1 by @Eronmmer in https://github.com/aravindnc/mongoose-paginate-v2/pull/125
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/126
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/128
- Bump browserslist from 4.14.6 to 4.16.6 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/131
- Add license scan report and status by @fossabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/135
- Bump semver-regex from 3.1.2 to 3.1.3 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/141
- Fix hasPrevPage behaviour with limit > offset > 0 by @chdanielmueller in https://github.com/aravindnc/mongoose-paginate-v2/pull/133
- Fix hasPrevPage behaviour with limit > offset > 0 by @chdanielmueller in https://github.com/aravindnc/mongoose-paginate-v2/pull/144
- Feature: PaginationParameters helper class by @tomosterlund in https://github.com/aravindnc/mongoose-paginate-v2/pull/151
- Add Typescript typings by @ypicard in https://github.com/aravindnc/mongoose-paginate-v2/pull/153
- fix: update paginate options typings (fixes [#154]) by @ypicard in https://github.com/aravindnc/mongoose-paginate-v2/pull/156
- Fix typescript types (adds support for Mongoose 6) by @kerolloz in https://github.com/aravindnc/mongoose-paginate-v2/pull/161
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/163
- docs: add mongoose import to typescript example by @GabrielGaspar447 in https://github.com/aravindnc/mongoose-paginate-v2/pull/166
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/164
- Bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in https://github.com/aravindnc/mongoose-paginate-v2/pull/171
- feat: add sub-document pagination (feats: [#174]) by @lau1944 in https://github.com/aravindnc/mongoose-paginate-v2/pull/175
- feat: remove defaultOptions in subdoc pagination process [#174] by @lau1944 in https://github.com/aravindnc/mongoose-paginate-v2/pull/176
New Contributors
- @chazepps made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/56
- @ridvanaltun made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/63
- @chdanielmueller made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/66
- @Igor-lkm made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/67
- @vkarpov15 made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/73
- @daniel-tucano made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/98
- @dependabot made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/87
- @louisnow made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/100
- @david2dia made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/112
- @MauricioHernanCabrera made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/115
- @lingo made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/122
- @Eronmmer made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/125
- @fossabot made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/135
- @tomosterlund made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/151
- @ypicard made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/153
- @kerolloz made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/161
- @GabrielGaspar447 made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/166
- @lau1944 made their first contribution in https://github.com/aravindnc/mongoose-paginate-v2/pull/175
Full Changelog: https://github.com/aravindnc/mongoose-paginate-v2/compare/v1.3.51...v1.7.0