- Don't return Next-Range upon partial response
- Fix Travis CI
- Update servant package bounds
- Forbid negative values for limit
- Allow server-0.17 in executables
- Bump stack LTS to 14.25
- (oversight) Allow server-0.16 in executables
- Allow server-0.16
- Use URL encoding for range values to properly support strings.
- Fix Haddock generation
- Allow servant-0.15
- Allow servant-0.14
- Add some tests (QuickCheck round-up & control some Ranges parsing)
- Add
Show
andEq
instances for Ranges - Expose
putRange
function - Review
getDefaultRange
signature (remove Maybe argument)
-
Review internal implementation and public API (ditch Range combinator to favor type-level list and more discrete footprint).
-
Remove 'Total-Count' header, can still be added on top of the range headers but isn't a Range header so to speak.
-
Extend haddock documentation to be more user-friendly
- Initial release