Skip to content

Latest commit

 

History

History
57 lines (28 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

57 lines (28 loc) · 2.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.6 (2023-02-06)

Features

  • support cloning responses (83db2d0)

0.1.5 (2022-10-05)

Features

  • support the signal option (f1121e2)

0.1.4 (2022-09-02)

Features

  • support the cache option (06efb4d)

0.1.3 (2022-04-12)

Features

  • decode the response body (c419d58)

0.1.2 (2022-04-05)

Features

  • set the body on requests (185601c)

0.1.1 (2022-03-31)

Features

  • add headers to requests (09c2315)
  • construct requests from a URL object (8d9db00)
  • get the response body (34a2b2b)
  • refine responses by status (5cae751)

0.1.0 (2022-03-28)

Features

  • add Fetch model (bca9404)
  • add function for sending a request (034a4f9)
  • add request constructor (1bfc956)