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