Skip to content

v0.20.0

Compare
Choose a tag to compare
@evert evert released this 03 Sep 21:04
· 39 commits to main since this release
1aab9d9

The Application class now has a fetch() function. This function lets you do an internal HTTP request with the standard Javascript Request and Response objects.

Most of @curveball/core logic has moved to @curveball/kernel, with the exception of any Node.js specific-code. This enables Curveball compatibility with Bun