Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.03 KB

Changelog

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.

Unreleased

Nothing yet

1.0.1 - 2022-02-18

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

1.0.0 - 2021-12-12

https://github.com/mrahhal/MR.AspNetCore.Pagination/releases/tag/v1.0.0

  • 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 Changelog: https://github.com/mrahhal/MR.AspNetCore.Pagination/compare/v0.1.0...v1.0.0