top | item 41322073

Deno 1.46: The Last 1.x Release

11 points| frou_dh | 1 year ago |deno.com | reply

3 comments

order
[+] throwitaway1123|1 year ago|reply
Deno, Node, and Bun have been improving at a blistering pace lately. Within the span of a single day Bun and Deno both announced improvements to the ergonomics of parallelization (Deno with the new --parallel option to the serve command, and Bun with support for the node:cluster module). Node also released v22.7.0 today with support for transforming TypeScript specific features into JS with the --experimental-transform-types option. I literally just listened to a podcast host talk about avoiding TS features like enums partly because Node doesn't support them, and that limitation is already gone.
[+] olestr|1 year ago|reply
Amazing release!!

So nice to see the Standard Library stabilizing too. I'm using it more and more.

[+] WuxiFingerHold|1 year ago|reply
Impressive release. TIL about the router in the Deno std lib.