Skip to content

Releases: mrahhal/MR.AspNetCore.Pagination

v3.0.0

28 Jan 21:44
Compare
Choose a tag to compare

This is a minor release with one breaking change that probably won't affect you if you're using DI to inject the service.

Changed

  • Require HttpContext in default PaginationService only where needed instead of throwing on ctor (#11)

Full diff

Full changelog

v2.2.0

23 Oct 06:53
Compare
Choose a tag to compare

Other

  • Update Swashbuckle to v6.3 to fix compatibility problem

Full diff

Full changelog

v2.1.0

13 May 11:01
Compare
Choose a tag to compare

Added

  • Add support for prebuilt keyset query definitions

Other

  • Update MR.EntityFrameworkCore.KeysetPagination package version to v1.3.0

Full diff

Full changelog

v2.0.1

10 Feb 11:05
Compare
Choose a tag to compare

Fixed

  • Properly annotate the getReferenceAsync delegate to allow nulls, which fixes the mismatch in analysis (#7)

Full diff

v2.0.0

05 Nov 22:34
Compare
Choose a tag to compare

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

v1.0.1

18 Feb 11:57
Compare
Choose a tag to compare
  • Update MR.EntityFrameworkCore.KeysetPagination dependency

Full diff

v1.0.0

12 Dec 19:02
Compare
Choose a tag to compare
  • Move PaginationActionDetector to main package
  • Add ConfigurePagination for swagger and make AddPaginationOperationFilter obsolete
  • Add efficient offset pagination for in memory list of data
  • Allow overriding page size on the method call level

Full diff

v0.1.0

10 Dec 17:42
Compare
Choose a tag to compare