Skip to content

v2.0.0

Compare
Choose a tag to compare
@mrahhal mrahhal released this 05 Nov 22:34
· 33 commits to main since this release

This version introduces breaking changes. Make sure to read on them in the Changed section below.

Fixed

  • Enforce returning the first page when the reference is null in an after/before request

Added

  • Add overloads that accept the query model as an argument as opposed to being parsed from the request query (#3)
  • Add PageCount, a commonly computed value to OffsetPaginationResult

Changed

  • Remove auto parsing of ints for after/before params (#5)
  • Rename SizeQueryParameterName to PageSizeQueryParameterName (the default value remains "size")

Other

  • Update MR.EntityFrameworkCore.KeysetPagination dependency

Full diff