Releases: DCKT/rescript-ky
Releases · DCKT/rescript-ky
v2.1.0
2.1.0 (2024-08-12)
Features
- enforce URLSearchParams type for search params (0c488ab)
v2.0.4
2.0.4 (2024-06-17)
Bug Fixes
- handle formdata and urlencoded bodytypes (445c7bd)
v2.0.3
2.0.3 (2024-05-21)
Bug Fixes
v2.0.2
2.0.2 (2024-05-15)
Bug Fixes
v2.0.1
2.0.1 (2024-05-15)
Bug Fixes
- remove unnecessary abstracts in typing (8006fbd)
v2.0.0
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
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
1.3.1 (2024-05-07)
Bug Fixes
- revert instance function and move httpMethod / retryMethod to module (avoid invalid inference) (0e45d38)
v1.3.0
1.3.0 (2024-05-07)
Features
- add instance('url', {...options}) function binding (fc140e6)
v1.2.1
1.2.1 (2024-02-17)
Bug Fixes