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

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 16:41
· 16 commits to master since this release

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)