servant-pagination 2.2.0 → 2.2.1
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~servantdep ~servant-serverPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: servant, servant-server
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−1
- servant-pagination.cabal +3/−3
CHANGELOG.md view
@@ -1,12 +1,19 @@ # Changelog -## v2.2.0 (2018-11-14)+## v2.2.1 (2019-02-28) +- Allow server-0.16+++## v2.2.0 (2019-01-28)+ - Use URL encoding for range values to properly support strings. + ## v2.1.3 (2018-11-14) - Fix Haddock generation+ ## v2.1.2 (2018-11-13)
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.2.0+ 2.2.1 homepage: https://github.com/chordify/haskell-servant-pagination bug-reports:@@ -86,8 +86,8 @@ build-depends: base >= 4 && < 5 , text >= 1.2 && < 2- , servant >= 0.11 && < 0.16- , servant-server >= 0.11 && < 0.16+ , servant >= 0.11 && < 0.17+ , servant-server >= 0.11 && < 0.17 , safe >= 0.3 && < 1 , uri-encode >= 1.5 && < 1.6