Check out the 2.x
branch for ReScript v12 support.
- Add bindings for
Response.json()
. #5 - Return JSON data with
Response.makeWithJson
- Return any data type with
Response.makeWithJsonUnsafe
- Upgrade to ReScript
>=11.1.0
and Core>=1.3.0
. - Fix issue with bigint type.
- Fix
package-lock.json
issue.
- Add bindings to Bun's shell
$
. #4
- Fix
Bun.scanSync
APIs.
- Integrate Node bindings from
rescript-nodejs
. - Bind
Transpile
andBuild
.
- Fix
Glob
.
- Fix
Bun.write
bindings. - Fix
TextDecoder.decode
binding. - Add bindings to create new
Request
. - Add bindings to
Glob
.