- 2021 में पेश किया गया WebGPU, जिसे इस साल की शुरुआत में performance समस्याओं के कारण हटा दिया गया था, अब फिर से वापस आ गया है। सभी performance समस्याएं हल कर दी गई हैं.
- नए
deno coverage reporter: summary (text table output) और html (static HTML)
deno compile में सुधार: बेहतर node_modules support। executable नाम पर लगी पाबंदी हटाई गई। Dynamic Import support
- Deno Language Server में सुधार:
- तेज typing के दौरान भी responsive editing experience
- zombie LSP instances हटाने के लिए shutdown time limit
- update notifications
- बेहतर diagnostic जानकारी
- Node.js compatibility में सुधार:
- Sloppy Import support
node_modules/.bin/ के executables को deno task में चलाया जा सकता है
node_modules के CommonJS entry points को बेहतर तरीके से handle करना
Object.prototype.__proto__ support
- Deno API में बदलाव
- Unix sockets के लिए
Deno.serve() अब stable है
Deno.HttpServer.shutdown() भी stable
Deno.HttpClient को using के साथ declare किया जा सकता है
Deno.Kv.watch() जोड़ा गया (unstable)
Deno.cron अपडेट: schedule जानकारी JSON format में दी जा सकती है
अभी कोई टिप्पणी नहीं है.