Skip to content

gh 1.4.1

Latest
Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 28 Mar 20:34
  • gh_next(), gh_prev(), gh_first() and gh_last()
    now work correctly again (#181).

  • When the user sets .destfile to write the response to disk, gh now
    writes the output to a temporary file, which is then renamed to
    .destfile after performing the request, or deleted on error (#178).