Deno Newsletter #14 - CLI changes
Welcome to Deno Newsletter issue #14!
Every Monday we serve you with a bunch of useful information and links for every Deno enthusiast.
Don't forget to join discussion on Deno's official Gitter channel!
If you encounter anything Deno related that you want to share with community, mention us on Twitter @DenoNews, or just respond to this mail.
Releases
Last week we saw two releases:
Important changes:
`deno --types` is now `deno types`
`deno --prefetch` is now `deno fetch`
`deno --version` is now `deno version`
`deno --help` has new alias `deno help`
- Add Deno.kill(pid, signo) (#2177) - currently Unix only
- Fix shared queue bug (#2033, #2158)
- Fix panic handler (#2188)
- Make Deno and Deno.core non-deletable and non-writeable (#2153)
Changes in standard library:
`getFileInfoType` (#341)
`ensureLink` (#353)
`ensureSymlink` (#268)
`readFileStr` (#276)
`writeFileStr` (#340)
Full list of changes can be seen here.
Articles
Getting started with Deno - DEV Community 👩💻👨💻 A new runtime for Javascript and Typescript from the founder of Node
Resources
An open-source documentation generator written in TypeScript
A progressive http server / router for deno
Thanks for reading, see you next week with more news!
- Bartek