Releases: local-ch/lhc
Releases · local-ch/lhc
v3.5.2
- Fixes Endpoint#match?
v3.5.1
v3.5.0
- Introduce
LHC::ParserError
that is thrown when response body cannot be parsed according to defined format. - Rescuing from
LHC::Error
also catchesLHC::ParserError
- Refactored formats to be proper classes
v3.4.0
- consider body when compiling urls from patterns
v3.3.0
- enable
follow_location
option - enable
effective_url
method on responses
v3.2.0
- Enable format specific requets like: LHC.json.get(url)
v3.1.1
v3.1.0
- make response options accessible
v3.0.0
- require active support > 4.1
v2.0.0
- encode url and stop violating HTTP standard