_tools
chore: fix lint:docs
task concurrency ( #5756 )
2024-08-22 13:10:17 +09:00
.github
chore: update the style guide, specifically disallow periods in error messages ( #5753 )
2024-08-22 14:30:16 +09:00
.vscode
chore: add vscode settings ( #4735 )
2024-05-15 15:41:32 +09:00
archive
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide ( #5706 )
2024-08-21 14:42:02 +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
feat(cache/unstable): TtlCache
( #5662 )
2024-08-21 10:45:16 +00:00
cli
perf(cli,http,ini,internal,media-types): replace trim()
comparisons with regexps ( #5751 )
2024-08-21 13:50:18 +09:00
collections
chore: release 2024.07.19 ( #5494 )
2024-07-19 20:22:43 +09:00
crypto
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide ( #5705 )
2024-08-21 16:15:14 +09:00
csv
fix(csv): accept readonly cell/header data ( #5734 ) ( #5735 )
2024-08-20 13:57:52 +10:00
data_structures
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide ( #5705 )
2024-08-21 16:15:14 +09:00
datetime
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide ( #5706 )
2024-08-21 14:42:02 +09:00
dotenv
fix(dotenv): show warning when there is invalid key in .env
file ( #5745 )
2024-08-21 14:56:34 +09:00
encoding
feat(encoding/unstable): adds streaming versions for hex, base32, base32hex, base64 and base64url ( #4915 )
2024-08-22 15:02:36 +10:00
expect
docs(expect): add examples of matcher usages ( #5553 )
2024-07-26 19:39:06 +09:00
fmt
refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide ( #5706 )
2024-08-21 14:42:02 +09:00
front_matter
feat(front-matter/unstable): add pass-through ParseOptions
argument for YAML parser ( #5748 )
2024-08-21 16:41:53 +10: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
perf(cli,http,ini,internal,media-types): replace trim()
comparisons with regexps ( #5751 )
2024-08-21 13:50:18 +09:00
ini
perf(cli,http,ini,internal,media-types): replace trim()
comparisons with regexps ( #5751 )
2024-08-21 13:50:18 +09:00
internal
refactor(internal): align additional error messages ( #5766 )
2024-08-22 14:35:34 +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 Symbol
s ( #5724 )
2024-08-20 12:18:30 +09:00
media_types
perf(cli,http,ini,internal,media-types): replace trim()
comparisons with regexps ( #5751 )
2024-08-21 13:50:18 +09:00
msgpack
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide ( #5705 )
2024-08-21 16:15:14 +09:00
net
chore: release net@1.0.0
( #5457 )
2024-07-29 19:41:33 +09:00
path
feat(path/unstable): support URL
input in dirname()
( #5747 )
2024-08-21 14:28:58 +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
refactor(toml,msgpack,crypto,data-structures): align the error messages to the style guide ( #5705 )
2024-08-21 16:15:14 +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
chore: release 2024.08.16 ( #5687 )
2024-08-16 15:33:08 +09:00
webgpu
refactor(webgpu): align additional error messages ( #5754 )
2024-08-21 14:04:27 +09:00
yaml
refactor(yaml): change styleMap
type to Map
( #5760 )
2024-08-22 12:46:32 +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: re-enable browser compat ( #5731 )
2024-08-20 13:58:45 +10:00
deno.json
chore: re-enable browser compat ( #5731 )
2024-08-20 13:58:45 +10:00
import_map.json
chore: re-enable browser compat ( #5731 )
2024-08-20 13:58:45 +10: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