This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.4.0
Features
- Add support for
[text_blobs]. Closes issue #211, thanks @caass for the PR. - Add support for
[data_blobs]. Closes issue #231, thanks @threepointone for the PR. - Do not display the pretty error page when making requests with
curl. Closes issue #198, thanks @GregBrimble for the PR.
Fixes
- Pass correctly-typed value to
webcrypto.getRandomValues(). Closes issue #188, thanks @vlovich. - Fix
fetchwithContent-Length: 0header. Closes issue #193, thanks @orls for the PR. - Bind
thistowebcryptomethods, fixingcrypto.getRandomValues()andcrypto.subtle.generateKey(). Thanks @szkl for the PR.