-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deno 2.0 Release Plan #12110
Comments
Has #10628 been considered? |
@nayeemrmn yes, including just eliminating the subcommand entirely, in the discussions there was no clear path forward, nor did we evaluate it as having a significant upside in terms of usability, so we just put it aside. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Folks, this is not the place to discuss Deno release strategy. Please use the discussion topics if you wish to that. This issue is for tracking a planned release. I have marked comments off topic because of this. |
We've decided to postpone the 2.0 deadline because there are some critical bits we want to figure out still which have uncertain timelines:
I'm going to unpin this issue but leave it open. We do have breaking changes we want to make and will address them - but not yet in November. |
@lucacasonato 's archiving comment:
|
@ry I opened denoland/deploy_feedback#107 arguing why designing for compatibility with another service is not a good idea. Irrespective of the why, Cloudflare is transitioning away from the service worker syntax Footnotes
|
Deno 2.0 was postponed indefinitely. I'm going to close this issue to avoid confusion about expected feature set and dates. We will open a new issue when the plan clarifies. |
Schedule
Scope
Note, at this stage it is still subject to change as items get better refined. This is a working list.
Deno
namespace by default in workers (Enable Deno namespace by default in Workers #8174)useUnknownInCatchVariables
on (Enable"useUnknownInCatchVariables"
for TypeScript by default #11826)Deno.customInspect
(Remove Deno.customInspect symbol at 2.0 #10929)h
andFragment
for JSX #11186)Deno.read()
andDeno.write()
(Remove "standalone" resource method fromDeno
namespace #12107)--allow-import
for dynamic imports and workers (Proposal: add --allow-import=<allow_list> for checking dynamic imports/workers #8266)NotCapable
error to distinguish between permissions and capabilities (Introduce a "NotCapable" error #7394)--ts
flag (it was redundant with--ext
) (BREAKING(cli/eval): remove --ts flag #12198)The text was updated successfully, but these errors were encountered: