Changelog for pagination-0.2.1
Pagination 0.2.1
- Fix test suite failure with
QuickCheck-2.10.
Pagination 0.2.0
-
Drop the
Applicativeinstance ofPaginatedas it may lead to confusing results in certain cases. -
Improved documentation and metadata.
Pagination 0.1.1
- Relax constraint of
paginate. We only needFunctorhere, notMonad.
Pagination 0.1.0
- Initial release.