servant-pagination 2.4.0 → 2.4.1
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- README.md +1/−1
- servant-pagination.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog +## v2.4.1 (2021-10-11)+- Fix Travis CI++## v2.4.0 (2021-10-11)+- Update servant package bounds+- Forbid negative values for limit+ ## v2.3.0 (2020-03-05) - Allow server-0.17 in executables
README.md view
@@ -1,4 +1,4 @@-# servant-pagination [](https://hackage.haskell.org/package/servant-pagination) [](https://travis-ci.org/chordify/haskell-servant-pagination)+# servant-pagination [](https://hackage.haskell.org/package/servant-pagination) [](https://app.travis-ci.com/github/chordify/haskell-servant-pagination) ## Overview
servant-pagination.cabal view
@@ -10,7 +10,7 @@ different fashions (pagination with offset / limit, endless scroll using last referenced resources, ascending and descending ordering, etc.) version:- 2.4.0+ 2.4.1 homepage: https://github.com/chordify/haskell-servant-pagination bug-reports: