Skip to content

v1.0.3-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@tmacharia tmacharia released this 06 Feb 21:02
· 57 commits to master since this release
3af4c81
  • 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