_tools
refactor(path): always name the parameters (add param definition check in doc linter) ( #6158 )
2024-10-30 11:39:19 +09:00
.github
chore: add kv to scopes of title check ( #6150 )
2024-10-28 20:03:21 +09:00
.vscode
chore: add vscode settings ( #4735 )
2024-05-15 15:41:32 +09:00
archive
BREAKING(io): remove MultiReader
( #6059 )
2024-09-26 12:15:16 +10:00
assert
test(assert): change inert comments to @ts-expect-error directives ( #6162 )
2024-10-31 23:07:48 +09:00
async
test(async): fix flakiness of throttle example ( #6156 )
2024-10-29 23:25:30 +09:00
bytes
test(bytes): document the cases being tested for equals/startsWith/endsWith ( #6163 )
2024-10-31 23:22:19 +09:00
cache
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
cbor
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
cli
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
collections
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
crypto
chore: enable no-console
lint rule ( #5975 )
2024-09-13 15:43:13 +10:00
csv
chore: release 2024.09.04 ( #5908 )
2024-09-04 19:37:53 +09:00
data_structures
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
datetime
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
dotenv
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
encoding
chore: release 2024.09.12 ( #5969 )
2024-09-12 19:18:10 +09:00
expect
fix(expect): support expect.not.{arrayContaining,objectContaning,stringContaining,stringMatching} ( #6138 )
2024-10-28 15:44:49 +09:00
fmt
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
front_matter
chore: release 2024.09.12 ( #5969 )
2024-09-12 19:18:10 +09:00
fs
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
html
chore: release 2024.09.12 ( #5969 )
2024-09-12 19:18:10 +09:00
http
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
ini
chore: release 2024.08.26 ( #5824 )
2024-08-26 17:33:29 +09:00
internal
fix(expect,internal,testing): support expect.assertions
( #6032 )
2024-10-25 17:29:40 +09:00
io
chore: release 2024.10.10 ( #6098 )
2024-10-10 18:46:27 +09:00
json
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
jsonc
chore: release 2024.08.26 ( #5824 )
2024-08-26 17:33:29 +09:00
log
chore: release 2024.10.10 ( #6098 )
2024-10-10 18:46:27 +09:00
media_types
chore: release 2024.08.26 ( #5824 )
2024-08-26 17:33:29 +09:00
msgpack
chore: release 2024.09.04 ( #5908 )
2024-09-04 19:37:53 +09:00
net
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
path
refactor(path): always name the parameters (add param definition check in doc linter) ( #6158 )
2024-10-30 11:39:19 +09:00
random
feat(random/unstable): basic randomization functions ( #5626 )
2024-09-05 14:17:10 +09:00
regexp
chore(regexp): release regexp@1.0.0
( #5207 )
2024-07-12 18:32:36 +10:00
semver
chore: release 2024.09.04 ( #5908 )
2024-09-04 19:37:53 +09:00
streams
docs(streams): rest arguments not being asserted in docs ( #6155 )
2024-10-29 14:24:18 +09:00
tar
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
testing
feat(testing/unstable): support for stubbing properties ( #6128 )
2024-10-31 20:54:32 +09:00
text
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +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
uuid
chore: release 2024.09.12 ( #5969 )
2024-09-12 19:18:10 +09:00
webgpu
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +10:00
yaml
fix: update codebase to work with Deno RC ( #6018 )
2024-09-20 09:29:31 +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
feat(cbor/unstable): introduce @std/cbor
( #5909 )
2024-10-09 23:17:23 +09:00
deno.json
feat(cbor/unstable): introduce @std/cbor
( #5909 )
2024-10-09 23:17:23 +09:00
import_map.json
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00
LICENSE
chore: update copyright header ( #1871 )
2022-02-02 23:21:39 +09:00
README.md
chore: general package cleanups ( #5932 )
2024-09-10 23:00:37 +09:00
Releases.md
chore: release 2024.10.24 ( #6145 )
2024-10-24 19:23:22 +09:00