Skip to content

Releases: local-ch/lhc

v3.5.2

18 May 13:17
Compare
Choose a tag to compare
  • Fixes Endpoint#match?

v3.5.1

09 Mar 14:48
Compare
Choose a tag to compare
  • Add headers to error string

v3.5.0

16 Feb 06:54
Compare
Choose a tag to compare
  • Introduce LHC::ParserError that is thrown when response body cannot be parsed according to defined format.
  • Rescuing from LHC::Error also catches LHC::ParserError
  • Refactored formats to be proper classes

v3.4.0

21 Dec 10:29
Compare
Choose a tag to compare
  • consider body when compiling urls from patterns

v3.3.0

14 Dec 08:42
Compare
Choose a tag to compare
  • enable follow_location option
  • enable effective_url method on responses

v3.2.0

01 Dec 14:36
Compare
Choose a tag to compare
  • Enable format specific requets like: LHC.json.get(url)

v3.1.1

03 Nov 08:57
Compare
Choose a tag to compare

v3.1.0

29 Oct 07:54
Compare
Choose a tag to compare
  • make response options accessible

v3.0.0

29 Oct 07:53
Compare
Choose a tag to compare
  • require active support > 4.1

v2.0.0

13 Oct 06:07
Compare
Choose a tag to compare
  • encode url and stop violating HTTP standard