v0.20.0
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