mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
The Deno Standard Library
b808ee6de6
* feat(uuid): add uuid v7 generation and validation * remove as string * fmt * update mod-exports check * mark more items experimental * fix test name * call getRandomValues once * add checks for user provided timestamp * fmt * consolidate checks * fix missing options.timestamp * consolidate error check * use pre-shifted variant and version * add extractTimestamp function for UUIDv7 * remove random option from uuid v7 generate * fix import statements for extractTimestamp function in uuid/v7.ts * remove bad comment * tweaks * add uuid v7 module doc * fmt * align extractTimestamp invalid uuid error message with style guide * fmt * add experimental tags * use timestamp argument instead of options generate v7 uuid * fmt * tweak --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com> Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> |
||
---|---|---|
_tools | ||
.github | ||
.vscode | ||
archive | ||
assert | ||
async | ||
bytes | ||
cache | ||
cli | ||
collections | ||
crypto | ||
csv | ||
data_structures | ||
datetime | ||
dotenv | ||
encoding | ||
expect | ||
fmt | ||
front_matter | ||
fs | ||
html | ||
http | ||
ini | ||
internal | ||
io | ||
json | ||
jsonc | ||
log | ||
media_types | ||
msgpack | ||
net | ||
path | ||
regexp | ||
semver | ||
streams | ||
testing | ||
text | ||
toml | ||
ulid | ||
url | ||
uuid | ||
webgpu | ||
yaml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
badge.svg | ||
browser-compat.tsconfig.json | ||
deno.json | ||
import_map.json | ||
LICENSE | ||
README.md | ||
Releases.md |
Deno Standard Library
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 | |
assert | |
async | |
bytes | |
cache | |
cli | |
collections | |
crypto | |
csv | |
data_structures | |
datetime | |
dotenv | |
encoding | |
expect | |
fmt | |
front_matter | |
fs | |
html | |
http | |
ini | |
io | |
json | |
jsonc | |
log | |
media_types | |
msgpack | |
net | |
path | |
regexp | |
semver | |
streams | |
testing | |
text | |
toml | |
ulid | |
url | |
uuid | |
webgpu | |
yaml |
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.
<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.