How did Temporal API change?
The Deno 2.5 release notes mentioned
This release includes a big overhaul of the Temporal API.What changed in the Temporal API? Are the changes documented somewhere? It‘d be good to know what to change in existing code using the Temporal API.
Deno
Deno 2.5: Permissions in the config file | Deno
Simpler permission management with permission sets, new Deno.test APIs for setting up and tearing down test cases, specifying custom headers in WebSocket connections, runtime APIs in deno bundle, and more.
3 Replies
V8 did an overhaul of the temporal API and fixed many bugs. It's not yet flagged as stable but thanks to the changes the V8 team did for V8 14.0.0 it's a lot more stable now. So changes are mostly bug fixes.
Ok, so the end user API didn‘t change?
We didn't make any changes, we just upgraded v8