denoland / website_feedback

For reporting issues & suggestions for deno.com and deno.land
9 stars 1 forks source link

Ensure deprecation notices are displayed #48

Closed cknight closed 6 months ago

cknight commented 1 year ago

https://deno.land/std@0.200.0/testing/asserts.ts is deprecated, but if you visit the webpage for this there is no note of this:

image

You must manually go to the source code to find out what it's been replaced with. In this case:

@deprecated (will be removed after 1.0.0) Import from `std/assert/assert.ts` instead.

A far better user experience would be to surface deprecation notices on the docs website with clear instructions on what to do next.

cknight commented 6 months ago

This appears to be fixed.