2.1.0 (2024-08-12)
- enforce URLSearchParams type for search params (0c488ab)
2.0.4 (2024-06-17)
- handle formdata and urlencoded bodytypes (445c7bd)
2.0.3 (2024-05-21)
- add & to request options (88e6804)
2.0.2 (2024-05-15)
- fix typing (9c3e7d4)
2.0.1 (2024-05-15)
- remove unnecessary abstracts in typing (8006fbd)
2.0.0 (2024-05-13)
- move response to module type t style (cf71d8b)
- use @send for response parsing
1.4.0 (2024-05-09)
- add %identity function, facilitating the usage in catch case (e958407)
- add instance fetch callable in a weird way (4c09788)
1.3.1 (2024-05-07)
- revert instance function and move httpMethod / retryMethod to module (avoid invalid inference) (0e45d38)
1.3.0 (2024-05-07)
- add instance('url', {...options}) function binding (fc140e6)
1.2.1 (2024-02-17)
- fix rescript name config (9220064)
1.2.0 (2024-02-17)
- add afterResponse hook + tests (591aac7)
1.1.0 (2024-02-17)
- add HTTP shortcut methods & update tests (cdbb31c)
- init repo (fbcb065)