Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Releases: gustavopch/mongo-cursor-pagination-alt

v1.0.0

15 Jul 16:41
Compare
Choose a tag to compare

1.0.0 (2020-07-15)

Bug Fixes

  • sanitizeLimit should not return default limit when input is 0 (60a7844)
  • forgot to build before publishing (09c82f6)

Features

  • export FindPaginatedParams and FindPaginatedResult types (41dfb80)
  • implement aggregatePaginated (c92389f)
  • initial commit (05263dd)
  • replace paginatedField and direction with sort (c756f7c)
  • use number instead of enum for direction (ada482a)

v1.0.0-alpha.2

28 Mar 19:45
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2020-03-28)

Bug Fixes

  • forgot to build before publishing (09c82f6)

v1.0.0-alpha.1

28 Mar 03:16
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2020-03-28)

Bug Fixes

  • sanitizeLimit should not return default limit when input is 0 (60a7844)

Features

  • export FindPaginatedParams and FindPaginatedResult types (41dfb80)
  • implement aggregatePaginated (c92389f)
  • initial commit (05263dd)
  • replace paginatedField and direction with sort (c756f7c)
  • use number instead of enum for direction (ada482a)