Version - HendrickxJorn/Gobln.Pager GitHub Wiki

#Versions

1.1.1

  • ToPage() of Empty IEnumerable would give ‘Attempted to divide by zero’

1.1.0

  • Add Core 3.0

1.0.4

  • Remove Resources.resx

1.0.3

  • Remove unused code
  • PagedList.CurrentPageIndex can not be less then 1, if an value of less then 1 will be filled in this will be changed to 1. Or bigger then the total page count
  • PagedList.PageSize can not be less then 1, if an value of less then 1 will be filled in this will be changed to 1

1.0.2

  • Add extension ToPageAsync(this IQueryable source, IPagerFilter pagerFilter, int itemCount, bool prePaged = false)
  • Add extension ToPageAsync(this IEnumerable source, IPagerFilter pagerFilter, int itemCount, bool prePaged = false)
  • bug in extension ToPage(this IEnumerable source) and extension ToPage(this IQueryable source), when creating an default page, it will create an Page object with all the items, but tought it had an pagecount of 10
  • Code update

1.0.1

  • Add Core 1.0
  • Add Standard 1.6
  • Remove Resources.resx
  • Remove unused code

1.0.0

  • Release version