All notable changes to this project will be documented in this file.
Make sure to always view this file from the main branch to get an up to date changelog.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Nothing yet
https://github.com/mrahhal/MR.AspNetCore.Pagination/releases/tag/v1.0.1
- Update MR.EntityFrameworkCore.KeysetPagination dependency.
Full Changelog: https://github.com/mrahhal/MR.AspNetCore.Pagination/compare/v1.0.0...v1.0.1
https://github.com/mrahhal/MR.AspNetCore.Pagination/releases/tag/v1.0.0
- Move
PaginationActionDetector
to main package. - Add
ConfigurePagination
for swagger and makeAddPaginationOperationFilter
obsolete. - Add efficient offset pagination for in memory list of data.
- Allow overriding page size on the method call level.
Full Changelog: https://github.com/mrahhal/MR.AspNetCore.Pagination/compare/v0.1.0...v1.0.0