Skip to content

Releases: DCKT/rescript-ky

v2.1.0

12 Aug 09:30
Compare
Choose a tag to compare

2.1.0 (2024-08-12)

Features

  • enforce URLSearchParams type for search params (0c488ab)

v2.0.4

17 Jun 13:25
Compare
Choose a tag to compare

2.0.4 (2024-06-17)

Bug Fixes

  • handle formdata and urlencoded bodytypes (445c7bd)

v2.0.3

21 May 07:38
Compare
Choose a tag to compare

2.0.3 (2024-05-21)

Bug Fixes

  • add & to request options (88e6804)

v2.0.2

15 May 16:10
Compare
Choose a tag to compare

2.0.2 (2024-05-15)

Bug Fixes

v2.0.1

15 May 07:54
Compare
Choose a tag to compare

2.0.1 (2024-05-15)

Bug Fixes

  • remove unnecessary abstracts in typing (8006fbd)

v2.0.0

13 May 08:24
Compare
Choose a tag to compare

2.0.0 (2024-05-13)

Features

  • move response to module type t style (cf71d8b)

BREAKING CHANGES

  • use @send for response parsing

v1.4.0

09 May 12:04
Compare
Choose a tag to compare

1.4.0 (2024-05-09)

Bug Fixes

  • add %identity function, facilitating the usage in catch case (e958407)

Features

  • add instance fetch callable in a weird way (4c09788)

v1.3.1

07 May 21:35
Compare
Choose a tag to compare

1.3.1 (2024-05-07)

Bug Fixes

  • revert instance function and move httpMethod / retryMethod to module (avoid invalid inference) (0e45d38)

v1.3.0

07 May 20:14
Compare
Choose a tag to compare

1.3.0 (2024-05-07)

Features

  • add instance('url', {...options}) function binding (fc140e6)

v1.2.1

17 Feb 16:50
Compare
Choose a tag to compare

1.2.1 (2024-02-17)

Bug Fixes

  • fix rescript name config (9220064)