I'm really looking forward to the temporal api being universally available. Moment and Luxon are fairly good but sensible date/time handling is something that really ought to be baked into the platform ootb.
I thought this was the release where the built in sqlite got its experimental tag removed, but I don't see it in the release notes. THAT'S got me excited more than Temporal. A stable API, huge utility and one less dependency.
This is a surprise. And they still haven't included corepack as an official instruction on the nodejs.org download page. Is corepack a failed experiment?
17 comments
[ 3.3 ms ] story [ 38.6 ms ] threadhttps://nodejs.org/en/blog/release/v26.2.0
What I would expect with the inclusion of temporal, is having a section on nodejs docs about Rust addons, alongside the C and C++ sections.
(No affiliation, just a fan of VoidZero's consistently excellent tools.)
(I’m not disagreeing to remove it. It just took me a while to find out what happened to it)
Adding websocket would simplify stuff tremendously, as well as make deployments much, much more secure.
https://caniuse.com/?search=Temporal
Their usage of upsert appears different than I was used to:
Me: Upsert = Update or Insert
Them: Upsert = Get or Insert