deno-docs icon indicating copy to clipboard operation
deno-docs copied to clipboard

Track and display introduction version for Deno Runtime APIs

Open outslept opened this issue 2 months ago • 0 comments

Add per-API version metadata and surface it in the docs as small chips. Examples how this could look like:

  • "Added in vX.Y"

  • "Stable since vX.Y"

  • Deprecated in vX.Y

etc (basically something similar to what node already does).

P.S. I searched the issue tracker but couldn’t find an existing issue for this. apologies if I missed it and this is a duplicate

outslept avatar Oct 19 '25 23:10 outslept