docs: add "Stability" README section (#3745)

This commit is contained in:
Asher Gomez 2023-10-31 17:17:28 +11:00 committed by GitHub
parent 158d4fbab9
commit 9bba15557c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,49 @@ Check out the documentation [here](https://deno.land/std?doc).
import { test } from "https://deno.land/std@$STD_VERSION/front_matter/test.ts";
```
## Stability
| Sub-module | Status |
| ------------ | ---------- |
| archive | Unstable |
| assert | Stable |
| async | Stable |
| bytes | Stable |
| collections | Stable |
| console | Unstable |
| csv | Stable |
| datetime | Unstable |
| dotenv | Unstable |
| encoding | Unstable |
| flags | Unstable |
| fmt | Stable |
| front_matter | Unstable |
| fs | Stable |
| html | Unstable |
| http | Unstable |
| io | Deprecated |
| json | Stable |
| jsonc | Stable |
| log | Unstable |
| media_types | Stable |
| msgpack | Unstable |
| path | Unstable |
| permissions | Deprecated |
| regexp | Unstable |
| semver | Unstable |
| signal | Deprecated |
| streams | Unstable |
| testing | Stable |
| toml | Stable |
| ulid | Unstable |
| url | Unstable |
| uuid | Stable |
| wasi | Deprecated |
| yaml | Stable |
> For background and discussions regarding the stability of the following
> sub-modules, see [#3489](https://github.com/denoland/deno_std/issues/3489).
## Contributing
Check out the contributing guidelines [here](./CONTRIBUTING.md).