Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 778 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.4.0 - 2020-05-29

Changed

  • Allow usage of any HTTP/HTTPS Agent

0.3.0 - 2020-05-20

Changed

  • Replace ky with got
  • Support for cookies
  • Support for SOCKS proxies

0.2.0 - 2020-05-20

Changed

  • Return Response instance
  • Throw RequestException if response.throw() is called and an error occured

0.1.1 - 2020-05-19

Fixed

  • Handle request errors

0.1.0 - 2020-05-19

  • initial release