Skip to content

Latest commit

 

History

History
100 lines (43 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

100 lines (43 loc) · 3.2 KB

2.1.0 (2024-08-12)

Features

  • enforce URLSearchParams type for search params (0c488ab)

2.0.4 (2024-06-17)

Bug Fixes

  • handle formdata and urlencoded bodytypes (445c7bd)

2.0.3 (2024-05-21)

Bug Fixes

  • add & to request options (88e6804)

2.0.2 (2024-05-15)

Bug Fixes

2.0.1 (2024-05-15)

Bug Fixes

  • remove unnecessary abstracts in typing (8006fbd)

2.0.0 (2024-05-13)

Features

  • move response to module type t style (cf71d8b)

BREAKING CHANGES

  • use @send for response parsing

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)

1.3.1 (2024-05-07)

Bug Fixes

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

1.3.0 (2024-05-07)

Features

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

1.2.1 (2024-02-17)

Bug Fixes

  • fix rescript name config (9220064)

1.2.0 (2024-02-17)

Features

  • add afterResponse hook + tests (591aac7)

1.1.0 (2024-02-17)

Features

  • add HTTP shortcut methods & update tests (cdbb31c)

1.0.0 (2024-02-17)

Features