deno_registry2 icon indicating copy to clipboard operation
deno_registry2 copied to clipboard

feat: deprecate certain versions of a module

Open kt3k opened this issue 3 years ago • 1 comments

ref: https://github.com/denoland/dotland/issues/1964

kt3k avatar Dec 13 '21 08:12 kt3k

The module authors sometimes want to deprecate some versions of a module and we want to show that info in registry website.

The suggested design in denoland/dotland#1964 can only deprecate the latest version of a module, but usually the module authors want to deprecate the past versions as well. But because a published version of a module is immutable, the solution in denoland/dotland#1964 doesn't work for the past versions

So we need to have some way to get the input from the module authors and indicate that some versions are deprecated

kt3k avatar Dec 13 '21 08:12 kt3k