The Deno Standard Library
Go to file
2024-08-20 12:46:06 +09:00
_tools chore: support expect-error directive in code snippets evaluator (#5688) 2024-08-16 02:58:01 -07:00
.github refactor(io): create a style guide for error messages, align error messages to the style guide (#5671) 2024-08-20 12:27:43 +09:00
.vscode chore: add vscode settings (#4735) 2024-05-15 15:41:32 +09:00
archive refactor(io): cleanup BufferFullError and PartialReadError logic (#5657) 2024-08-08 22:31:06 +09:00
assert docs(assert): add additional example in assertObjectMatch docs (#5703) 2024-08-19 12:38:36 +09:00
async chore(async): add browser-compat declarations (#5730) 2024-08-20 12:46:06 +09:00
bytes chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
cache chore(cache): add @experimental JSDoc tag to public symbols (#5666) 2024-08-11 03:41:51 +09:00
cli chore: release 2024.08.05 (#5632) 2024-08-06 00:08:58 +09:00
collections chore: release 2024.07.19 (#5494) 2024-07-19 20:22:43 +09:00
crypto refactor(crypto): remove old unused _fnv folder (#5716) 2024-08-20 09:42:34 +10:00
csv chore: release 2024.08.07 (#5650) 2024-08-07 21:42:08 +09:00
data_structures chore: release 2024.07.26 (#5554) 2024-07-26 19:45:22 +09:00
datetime chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
dotenv chore: release 2024.07.19 (#5494) 2024-07-19 20:22:43 +09:00
encoding chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
expect docs(expect): add examples of matcher usages (#5553) 2024-07-26 19:39:06 +09:00
fmt chore: release fmt@1.0.0 (#5454) 2024-07-31 19:24:26 +09:00
front_matter fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
fs chore: release 2024.08.02 (#5621) 2024-08-02 20:27:08 +09:00
html chore: release 2024.08.02 (#5621) 2024-08-02 20:27:08 +09:00
http chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
ini chore: release 2024.08.02 (#5621) 2024-08-02 20:27:08 +09:00
internal chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
io refactor(io): create a style guide for error messages, align error messages to the style guide (#5671) 2024-08-20 12:27:43 +09:00
json chore(json): remove redundant constructor examples (#5513) 2024-07-23 12:06:35 +09:00
jsonc chore(jsonc): tweak JsonValue export (#5546) 2024-07-25 16:46:08 +09:00
log refactor(log): replace protected properties with Symbols (#5724) 2024-08-20 12:18:30 +09:00
media_types chore: release 2024.07.19 (#5494) 2024-07-19 20:22:43 +09:00
msgpack chore(msgpack): release msgpack@1.0.0 (#5210) 2024-07-12 00:22:27 +00:00
net chore: release net@1.0.0 (#5457) 2024-07-29 19:41:33 +09:00
path chore: release 2024.07.26 (#5554) 2024-07-26 19:45:22 +09:00
regexp chore(regexp): release regexp@1.0.0 (#5207) 2024-07-12 18:32:36 +10:00
semver refactor(semver): unify param names (#5700) 2024-08-19 13:33:42 +09:00
streams chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
testing fix(testing): fix IsExact edge cases (#5676) 2024-08-16 20:28:29 +09:00
text chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
toml chore(toml): release toml@1.0.0 (#5204) 2024-07-10 01:03:29 +00:00
ulid fix(ulid): fix decode-time export path (#5432) 2024-07-15 12:14:36 +09:00
url chore(url): release url@0.225.0 (#5631) 2024-08-05 17:01:46 +02:00
uuid chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
webgpu chore: release 2024.07.02 (#5254) 2024-07-02 20:43:42 +09:00
yaml test(yaml): add test for deprecated boolean syntax (#5713) 2024-08-20 09:38:22 +10:00
.editorconfig chore: run test in Node.js (#5258) 2024-07-04 14:36:47 +09:00
.gitattributes Remove std/node, it was merged into Deno itself (#3206) 2023-02-22 10:28:55 -05:00
.gitignore chore: add vscode settings (#4735) 2024-05-15 15:41:32 +09:00
badge.svg chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
browser-compat.tsconfig.json chore: fix workspace field for browser-compat config (#5441) 2024-07-15 09:58:04 +09:00
deno.json chore: fix workspace package versions (#5710) 2024-08-19 20:53:06 +09:00
LICENSE chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
README.md docs: add @std/cache to packages table (#5667) 2024-08-11 03:42:11 +09:00
Releases.md chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00

Deno Standard Library

JSR @std codecov ci

High-quality APIs for Deno and the web. Use fearlessly.

Important

Newer versions of the Standard Library are now hosted on JSR. Older versions up till 0.224.0 are still available at deno.land/std.

Packages

The following list contains links to the Standard Library's packages and documentation:

Package Latest version
archive JSR
assert JSR
async JSR
bytes JSR
cache JSR
cli JSR
collections JSR
crypto JSR
csv JSR
data_structures JSR
datetime JSR
dotenv JSR
encoding JSR
expect JSR
fmt JSR
front_matter JSR
fs JSR
html JSR
http JSR
ini JSR
io JSR
json JSR
jsonc JSR
log JSR
media_types JSR
msgpack JSR
net JSR
path JSR
regexp JSR
semver JSR
streams JSR
testing JSR
text JSR
toml JSR
ulid JSR
url JSR
uuid JSR
webgpu JSR
yaml JSR

Note

Settled status means a package is unlikely to have breaking changes, but has not yet achieved v1 status.

Stabilization

The Standard Library is now in the process of stabilizing its packages. See #4600 for details.

Architecture

Check out the architecture guide here.

Design

Check out the design documentation here.

Contributing

Check out the contributing guidelines here.

Releases

Package versions >=1.0.0 follow Semantic Versioning, and package versions <1.0.0 follow this proposal.

Badge

Built with the Deno Standard Library

<a href="https://jsr.io/@std">
  <img
    width="135"
    height="20"
    src="https://raw.githubusercontent.com/denoland/std/main/badge.svg"
    alt="Built with the Deno Standard Library"
  />
</a>
[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/std/main/badge.svg)](https://jsr.io/@std)

Frequently Asked Questions

Check out the frequently asked questions page here.