Skip to content

crul v0.8.4

Compare
Choose a tag to compare
@sckott sckott released this 02 Aug 20:00

MINOR IMPROVEMENTS

  • jsonlite package moved to Imports (#112)
  • the parse() method in the HttpResponse object now checks whether the response raw bytes can be converted to character, and if not just returns raw bytes (#115) (#116)
  • give vignettes titles (#113) (#114)

BUG FIXES

  • no longer setting cainfo curl option, fixes problem arising from change in recent libcurl version (#117)