packages feed

yesod-page-cursor-2.0.0.7: ChangeLog.md

# Changelog for yesod-cursor

## Unreleased changes

## [v2.0.0.7](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.6...v2.0.0.7)

- Remove dependencies upper bounds

## [v2.0.0.6](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.5...v2.0.0.6)

- Relax dependency bounds

## [v2.0.0.5](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.4...v2.0.0.5)

- Relax persistent upper bound
- Fix errors with http-link-header 1.2

## [v2.0.0.4](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.3...v2.0.0.4)

- Relax lens upper bound

## [v2.0.0.3](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.2...v2.0.0.3)

- Test with LTS 17.1 / GHC 8.10
- Relax upper bounds

## [v2.0.0.2](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.1...v2.0.0.2)

- Relax upper bound on persistent packages

## [v2.0.0.1](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.0...v2.0.0.1)

- Fix test suite for new persistent

## [v2.0.0.0](https://github.com/freckle/yesod-page-cursor/compare/v1.0.0.1...v2.0.0.0)

- Add `defaultLimit :: Int` argument to `withPage` and `withPageLink`

## [v1.0.0.1](https://github.com/freckle/yesod-page-cursor/compare/v1.0.0.0...v1.0.0.1)

- Fix missing `previous` link in all but last page

## [v1.0.0.0](https://github.com/freckle/yesod-page-cursor/tree/v1.0.0.0)

Initial release.