Skip to content

Releases: uriyyo/fastapi-pagination

0.7.1

23 Apr 11:32
Compare
Choose a tag to compare
  • Add django integration #66 #59
  • Fix issue concrete pages customisation
  • Simplify asyncpg paginator #38

0.7.0

15 Mar 13:10
Compare
Choose a tag to compare
  • Add ormar integration #32
  • Add back removed API
  • Add Page.with_custom_options method to create page with custom params

0.6.1

10 Mar 13:50
Compare
Choose a tag to compare
  • Set correct constraint for Page size
  • Add asyncpg integration #25

0.6.0

06 Mar 11:09
0599c6b
Compare
Choose a tag to compare
  • Refactor fastapi-pagination. Remove implicit params.

0.5.3

26 Feb 20:25
Compare
Choose a tag to compare
  • Add pydatic==1.8 support #16

0.5.2

20 Jan 16:36
Compare
Choose a tag to compare
  • Use async func to prevent thread-pool execution

0.5.1

20 Jan 16:38
Compare
Choose a tag to compare
  • Set min version for fastapi

0.5.0

26 Dec 16:26
Compare
Choose a tag to compare
  • Add docs
  • Add abstracts Page and Params

0.4.1

04 Dec 22:46
Compare
Choose a tag to compare
πŸš€ tortoise integration

0.4.0

28 Nov 15:36
Compare
Choose a tag to compare
  • Fix databases+postgres and orm+postgres integration
  • Add ability to implicitly set pagination params