The Deno Standard Library
Go to file
2024-09-04 06:49:47 +00:00
_tools feat(uuid/unstable): @std/uuid/v7 (#5887) 2024-09-04 02:57:49 +00:00
.github chore: prepare for @std/tar package (#5906) 2024-09-04 06:49:47 +00:00
.vscode chore: add vscode settings (#4735) 2024-05-15 15:41:32 +09:00
archive refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
assert refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855) 2024-08-29 08:55:24 +10:00
async refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
bytes chore: release 2024.07.09 (#5363) 2024-07-09 15:13:21 +09:00
cache fix(cache/unstable): fix flaky fibonacci test (#5872) 2024-08-30 14:03:58 +10:00
cli refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
collections chore: release 2024.07.19 (#5494) 2024-07-19 20:22:43 +09:00
crypto chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
csv refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
data_structures chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
datetime refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855) 2024-08-29 08:55:24 +10:00
dotenv refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
encoding refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
expect refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
fmt refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
front_matter refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
fs refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
html chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
http refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
ini chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
internal refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
io fix(io): don't use Deno.Buffer in examples (#5889) 2024-09-02 08:47:54 +10:00
json chore(json): remove redundant constructor examples (#5513) 2024-07-23 12:06:35 +09:00
jsonc chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
log refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
media_types chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
msgpack fix(msgpack): accept readonly input data in encode() (#5832) 2024-08-27 15:16:03 +10:00
net refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
path fix(path/unstable): support string | URL in the 2nd overload of basename, dirname, and extname (#5904) 2024-09-04 14:16:49 +09:00
regexp chore(regexp): release regexp@1.0.0 (#5207) 2024-07-12 18:32:36 +10:00
semver refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
streams refactor(assert,datetime,fmt,io,streams): consistently throw new Error() instead of throw Error() (#5855) 2024-08-29 08:55:24 +10:00
testing refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
text refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
toml chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09: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 feat(uuid/unstable): @std/uuid/v7 (#5887) 2024-09-04 02:57:49 +00:00
webgpu refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
yaml refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09: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: re-enable browser compat (#5731) 2024-08-20 13:58:45 +10:00
deno.json refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
import_map.json chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +09:00
LICENSE chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
README.md docs: update badge URL (#5787) 2024-08-26 14:07:06 +09:00
Releases.md chore: release 2024.08.26 (#5824) 2024-08-26 17:33:29 +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

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

Note

Previously, this repo hosted the badge SVG file. Now, the badge is retrieved directly from Shields.io.

Built with the Deno Standard Library

<a href="https://jsr.io/@std">
  <img
    width="135"
    height="20"
    src="https://img.shields.io/badge/Built_with_std-blue?logo=deno"
    alt="Built with the Deno Standard Library"
  />
</a>
[![Built with the Deno Standard Library](https://img.shields.io/badge/Built_with_std-blue?logo=deno)](https://jsr.io/@std)

Frequently Asked Questions

Check out the frequently asked questions page here.