Deno Newsletter #21 - deno install, import maps
Welcome to Deno Newsletter issue #21!
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
Deno is closing in on release of v1.0! List of important features necessary for that release can be seen in this issue.
Last week v0.9.0 was released. Please note that next week's release will be v0.10.0 not v1.0.
Important changes in Deno:
- deno install command (#2522)
- import maps (#2360)
- --seed for RNG (#2483)
- default filename for deno bundle (#2484)
- window.Response (#2515)
- URL and URLSearchParams updates (#2495, #2488, #2512)
- setTimeout API changes (#2511, #2497)
- V8 version 7.7.37 (#2492)
Important changes in standard library:
Full list of changes can be found here
Resources
Simple Orm library for Deno based on deno_mysql.
GitHub - manyuanrong/sql-builder
SQL query builder for Deno.
Thanks for reading and stay tuned for more news next week!
- Bartek