pagination-object version history
- removed
diff
from rangeLength
calculation
- fixed
rangeLength
calculation
- supports zero-based index pagination (Jim Fitzpatrick)
- removed
firstPage
and lastPage
from range
when the currentPage
is equals to one of them
- fixed README.md output reference
- added first, previous, next and last pages objects into
range
array
- fixed
rangeStart
calculation when is less than rangeLength
- added code coverage reports
- fixed
rangeEnd
calculation when is less than rangeLength
- added
range
array for convenience when creating markups
- fixed a bug on the generation of the
rangeEnd
property