2023-10-28 07:50:54 +00:00
|
|
|
# Deno Standard Library
|
2018-11-07 19:28:47 +00:00
|
|
|
|
2024-04-23 05:12:50 +00:00
|
|
|
[![JSR @std](https://jsr.io/badges/@std)](https://jsr.io/@std)
|
2024-07-17 11:50:10 +00:00
|
|
|
[![codecov](https://codecov.io/gh/denoland/std/branch/main/graph/badge.svg?token=w6s3ODtULz)](https://codecov.io/gh/denoland/std)
|
|
|
|
[![ci](https://github.com/denoland/std/actions/workflows/ci.yml/badge.svg)](https://github.com/denoland/std/actions/workflows/ci.yml)
|
2021-03-17 08:30:10 +00:00
|
|
|
|
2023-10-28 07:50:54 +00:00
|
|
|
High-quality APIs for [Deno](https://deno.com/) and the web. Use fearlessly.
|
2019-01-03 16:40:09 +00:00
|
|
|
|
2024-06-27 08:55:45 +00:00
|
|
|
> [!IMPORTANT]
|
2024-05-08 07:00:48 +00:00
|
|
|
> Newer versions of the Standard Library are now hosted on
|
2024-04-29 07:07:37 +00:00
|
|
|
> [JSR](https://jsr.io/@std). Older versions up till 0.224.0 are still available
|
|
|
|
> at [deno.land/std](https://deno.land/std).
|
2019-04-13 19:30:56 +00:00
|
|
|
|
2024-11-20 04:09:38 +00:00
|
|
|
## Resources
|
2023-10-31 06:17:28 +00:00
|
|
|
|
2024-11-20 04:09:38 +00:00
|
|
|
- [Package list](https://jsr.io/@std)
|
|
|
|
- [Architecture guide](./.github/ARCHITECTURE.md)
|
|
|
|
- [Design documentation](.github/ARCHITECTURE.md#design)
|
|
|
|
- [Contributing guidelines](.github/CONTRIBUTING.md)
|
|
|
|
- [Frequently asked questions (FAQ)](./.github/FAQ.md)
|
2023-10-28 07:50:54 +00:00
|
|
|
|
|
|
|
## Releases
|
|
|
|
|
2024-06-27 08:55:45 +00:00
|
|
|
Package versions >=1.0.0 follow [Semantic Versioning](https://semver.org/), and
|
|
|
|
package versions <1.0.0 follow
|
|
|
|
[this proposal](https://github.com/semver/semver/pull/923).
|
2023-11-24 02:54:28 +00:00
|
|
|
|
|
|
|
## Badge
|
|
|
|
|
2024-08-26 05:07:06 +00:00
|
|
|
> [!NOTE]
|
|
|
|
> Previously, this repo hosted the badge SVG file. Now, the badge is retrieved
|
|
|
|
> directly from [Shields.io](https://shields.io/).
|
|
|
|
|
|
|
|
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
|
2023-11-24 02:54:28 +00:00
|
|
|
|
|
|
|
```html
|
2024-04-29 02:57:30 +00:00
|
|
|
<a href="https://jsr.io/@std">
|
2023-11-24 02:54:28 +00:00
|
|
|
<img
|
|
|
|
width="135"
|
|
|
|
height="20"
|
2024-08-26 05:07:06 +00:00
|
|
|
src="https://img.shields.io/badge/Built_with_std-blue?logo=deno"
|
2023-11-24 02:54:28 +00:00
|
|
|
alt="Built with the Deno Standard Library"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
```
|
|
|
|
|
|
|
|
```md
|
2024-08-26 05:07:06 +00:00
|
|
|
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)
|
2023-11-24 02:54:28 +00:00
|
|
|
```
|