- 5f77ea3: New bindings.
- e813c54: Added Bun.CSRF bindings
- 0408064: Add Bun.Secrets bindings.
- 0408064: Add Bun.S3 bindings.
- 27734eb: Move
responseRedirectout of global scope, to stop mix up with result.Error constructor.
- de56ce5: Fix typo in SQL
valuesraw JS function
- f118bba: ReScript v12.
- e9087b7: Move to ReScript v12.
- 30f25fb: SQL API Bindings
- 49bf132: Cookie API bindings
- c6b9a03: Add bindings to
routesinBun.serve. - c6b9a03: Add basic SQLite bindings in
BunSqlite.
- Add bindings for
Response.json(). #5 - Return JSON data with
Response.makeWithJson - Return any data type with
Response.makeWithJsonUnsafe - Upgrade to ReScript
>=11.1.0and Core>=1.3.0. - Fix issue with bigint type.
- Fix
package-lock.jsonissue.
- Add bindings to Bun's shell
$. #4
- Fix
Bun.scanSyncAPIs.
- Integrate Node bindings from
rescript-nodejs. - Bind
TranspileandBuild.
- Fix
Glob.
- Fix
Bun.writebindings. - Fix
TextDecoder.decodebinding. - Add bindings to create new
Request. - Add bindings to
Glob.