Skip to content

Releases: tmacharia/linq-paginator

v1.2.7

16 Mar 02:38
2fc7302
Compare
Choose a tag to compare
Merge pull request #12 from tmacharia/patch-1

Skip Count, Updates Dependencies

v1.1.0

24 Jul 03:26
d981085
Compare
Choose a tag to compare
Merge pull request #3 from tmacharia/patch-1

Adds the following methods when calling pagination; to on-board earli…

v1.1.0-beta

26 Jun 23:57
67b18d0
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release
  • merge remote and local branches: unrelated histories.
  • refactoring project, targetting additional frameworks, and extending.
  • removes travis ci/cd config file.

v1.0.5

26 Feb 18:59
c2cbeb5
Compare
Choose a tag to compare
Update README.md

v1.0.4

26 Feb 19:01
c2cbeb5
Compare
Choose a tag to compare
Update README.md

v1.0.3-beta

06 Feb 21:02
3af4c81
Compare
Choose a tag to compare
v1.0.3-beta Pre-release
Pre-release
  • Updates project from .NetStandard 1.3 -> .NetStandard 2.0
  • Simplifies paginator methods for efficiency.
  • Changes result type to PagedResult which is a struct
  • Allows specifying a Func<T,bool> predicate before performing pagination all in the
    .Paginate() function