feat(deno): add deno.land/x version badge#11721
feat(deno): add deno.land/x version badge#11721aadam-dev wants to merge 2 commits intobadges:masterfrom
Conversation
Add a new badge service to display the latest version of modules hosted on deno.land/x, the official Deno third-party module registry. Example: /deno/v/fresh displays the latest version of the Fresh framework. The service fetches version information from the apiland.deno.dev API and renders it using the standard version badge format.
|
|
Is there a documented api? Also you may want to fix the failing tests, we provide tasks to fix linting issues in out package.json. |
|
Thanks for the review! API Documentation: The API documentation is available at:
The endpoint Lint fix: Fixed the duplicate import lint error in the latest commit. |
|
The They moved to JSR and already have a badge service: https://jsr.io/docs/badges. |
Summary
Add a new badge service to display the latest version of modules hosted on deno.land/x, the official Deno third-party module registry.
Example
/deno/v/fresh- displays the latest version of the Fresh framework/deno/v/oak- displays the latest version of the Oak middleware frameworkImplementation
apiland.deno.devAPI to fetch module informationlatest_versionfield from the API responseTest plan
Closes #10679 (if applicable - Deno badge request)