yesod-paginator v1.1.0.0 Release Notes
-
- Major rewrite
Interfaces for
paginate
andselectPaginated
now return aPages a
type, free of any visuals-related concerns. This value provides the paginated items and can be passed to functions from theWidgets
model for rendering navigation HTML.The
ellipsed
widget is most like previous behavior withsimple
being a new, simpler alternative. These are (for the most part) not configurable, we should instead strive to create separate widgets if we need different behavior.Everything is now very type-safe: we use
Natural
everywhere, withnewtype
s to differentiate things likePerPage
,PageNumber
s, etc.- 👍 Officially drop support for GHC < 7.10