HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Deno 1.46: The Last 1.x Release(deno.com)

11 points·by frou_dh·il y a 2 ans·3 comments
deno.com
Deno 1.46: The Last 1.x Release

https://deno.com/blog/v1.46

3 comments

WuxiFingerHold·il y a 2 ans
Impressive release. TIL about the router in the Deno std lib.
throwitaway1123·il y a 2 ans
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·il y a 2 ans
Amazing release!!

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