v2.0.0
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 toOffsetPaginationResult
Changed
- Remove auto parsing of ints for after/before params (#5)
- Rename
SizeQueryParameterName
toPageSizeQueryParameterName
(the default value remains"size"
)
Other
- Update MR.EntityFrameworkCore.KeysetPagination dependency