Commit Graph

4670 Commits

Author SHA1 Message Date
Caleb Cox
c8cda14bdc
docs(testing): fix typo in snapshot (#5994) 2024-09-17 08:46:48 +10:00
denobot
05b6d7eedd
chore: release 2024.09.16 (#5985)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-16 12:07:40 +09:00
Asher Gomez
7e200e5db7
fix(tar): update to 0.1.1 (#5980) 2024-09-16 11:22:15 +09:00
Asher Gomez
ed33108492
fix(cache,data-structures): add missing non-null assertion and override keyword (#5981) 2024-09-15 18:40:21 -07:00
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
Yoshiya Hinosawa
75a50aecf7
chore: document unstable new feature processes (#5976)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-13 14:35:36 +09:00
denobot
c6d1ab2d68
chore: release 2024.09.12a (#5971)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-13 01:57:33 +09:00
Yoshiya Hinosawa
ad67a17c3d
chore(net): add back get-network-address module to fix http@1.0.5/file-server (#5970) 2024-09-13 01:48:17 +09:00
Yoshiya Hinosawa
d35803f4f8
docs(path): add note about unstable-join (#5967) 2024-09-12 19:41:45 +09:00
denobot
c5d7930d57
chore: release 2024.09.12 (#5969)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-12 19:18:10 +09:00
Yoshiya Hinosawa
dcef4cd1d2
BREAKING(path/unstable): move unstable overload of normalize to unstable-normalize (#5965) 2024-09-12 19:04:50 +09:00
Yoshiya Hinosawa
f621694f29
BREAKING(front-matter/unstable): move unstable overload of yaml extract to unstable-yaml (#5968) 2024-09-12 18:55:44 +09:00
Yoshiya Hinosawa
c6b71a17ee
BREAKING(path/unstable): move unstable overload of join to unstable-join (#5964) 2024-09-12 16:32:06 +09:00
Asher Gomez
9ff5dafa7d
BREAKING(encoding/unstable): move base64url-stream module to unstable-base64url-stream (#5959)
* BREAKING(encoding/unstable): move `base64url-stream` module to `unstable-base64url-stream`

* fix
2024-09-12 15:46:23 +09:00
Asher Gomez
0c0d227e58
BREAKING(text/unstable): move slugify module to unstable-slugify (#5953) 2024-09-12 06:36:08 +00:00
Asher Gomez
04ad602c13
BREAKING(encoding/unstable): move base32hex module to unstable-base32hex (#5961) 2024-09-12 06:31:01 +00:00
Sʜɪᴍᴜʀᴀ Yū
1a3a515ae5
fix(collections): ensure pick doesn't generate missing properties as undefined (#5926) 2024-09-12 15:25:38 +09:00
Yoshiya Hinosawa
7d3dd2db03
test(net): add test of getNetworkAddress() (#5963) 2024-09-12 15:23:26 +09:00
Asher Gomez
93ccb64f09
BREAKING(encoding/unstable): move hex-stream module to unstable-hex-stream (#5960) 2024-09-12 15:22:51 +09:00
Yoshiya Hinosawa
99aaaf8f32
BREAKING(path/unstable): move unstable overload of extname to unstable-extname (#5962) 2024-09-12 15:19:05 +09:00
Yoshiya Hinosawa
ecd8a2e626
BREAKING(path/unstable): move unstable overload of basename to unstable-basename (#5957) 2024-09-12 14:54:22 +09:00
Asher Gomez
0ff29d1508
BREAKING(encoding/unstable): move base64-stream module to unstable-base64-stream (#5958) 2024-09-12 05:51:34 +00:00
Asher Gomez
034f3d75d3
BREAKING(encoding/unstable): move base32hex-stream module to unstable-base32hex-stream (#5956) 2024-09-12 05:45:35 +00:00
Asher Gomez
d5c0fdc36b
BREAKING(encoding/unstable): move base32-stream module to unstable-base32-stream (#5955) 2024-09-12 05:40:43 +00:00
Yoshiya Hinosawa
d1f5a368c0
BREAKING(path/unstable): move unstable overload of dirname to unstable-dirname (#5954) 2024-09-12 14:33:12 +09:00
Asher Gomez
2d8031c785
BREAKING(text/unstable): move to-constant-case module to unstable-to-constant-case (#5952) 2024-09-12 13:51:21 +09:00
Asher Gomez
6011e6bcb0
BREAKING(streams/unstable): move fixed-chunk-stream module to unstable-fixed-chunk-stream (#5951)
BREAKING(streams/unstable): move `fixed-chunk-stream` to `unstable-fixed-chunk-stream`
2024-09-12 13:50:22 +09:00
Asher Gomez
b900e72b3d
BREAKING(net/unstable): move get-network-address module to unstable-get-network-address (#5949)
* BREAKING(net/unstable): move `get-network-address` module to `unstable-get-network-address`

* fix

* fix
2024-09-12 04:05:40 +00:00
Asher Gomez
b76ae272ae
BREAKING(streams/unstable): move to-lines module to unstable-to-lines (#5950) 2024-09-12 04:04:21 +00:00
Asher Gomez
4f1826d906
BREAKING(html/unstable): move is-valid-custom-element-name module to unstable-is-valid-custom-element-name (#5948)
* BREAKING(html/unstable): move `is-valid-custom-element-name` module to `unstable-is-valid-custom-element-name`

* fix
2024-09-12 13:02:20 +09:00
Yoshiya Hinosawa
e564069936
chore: lint docs of unstable paths (#5940) 2024-09-12 12:59:12 +09:00
Asher Gomez
fb0f40c302
BREAKING(data-structures/unstable): move bidirectional-map module to unstable-bidirectional-map (#5947)
BREAKING(data-structures): move `bidirectional-map` module to `unstable-bidirectional-map`
2024-09-12 12:58:23 +09:00
Asher Gomez
10aa1e739c
BREAKING(cli/unstable): move spinner module to unstable-spinner (#5946) 2024-09-12 12:52:06 +09:00
Yoshiya Hinosawa
c594a0ce49
BREAKING(http/unstable): move route to ./unstable-route (#5939) 2024-09-12 12:50:47 +09:00
Asher Gomez
43657d89ed
refactor(archive,io): use Seeker[Sync] from @std/io/types (#5943) 2024-09-12 12:46:48 +09:00
Asher Gomez
2b12e382af
chore: cleanup IS_DENO_2 constant (#5945) 2024-09-12 12:45:04 +09:00
David
6ba3810544
fix(net): skip empty mac address for getNetworkAddress() (#5941)
fix(net) skip empty mac address
2024-09-12 09:11:25 +10:00
Yoshiya Hinosawa
8d7e184943
refactor(http): move unstable APIs (header, method, signed-cookie) (#5938) 2024-09-11 20:23:59 +09:00
Yoshiya Hinosawa
95d4c19c5d
refactor(uuid): move UUID v7 APIs to ./unstable-v7 (#5937) 2024-09-11 20:23:31 +09:00
lionel-rowe
635a8860d7
fix(expect): value-equal complex keys in expect.equal() (#5936)
fix(expect): value-equal complex keys
2024-09-11 20:39:54 +10:00
Yoshiya Hinosawa
780deafff7
refactor(assert): move unstable assertNever under @std/assert/unstable-never (#5928) 2024-09-11 19:38:13 +09:00
lionel-rowe
38455481a2
perf(expect): add fast path for primitive keyed collections in equal() (#5934)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-11 10:21:31 +00:00
Asher Gomez
43102325b7
test: use Deno.errors.NotCapable where appropriate (#5935)
* test: use `Deno.errors.NotCapable` where appropriate

* copyright headers

* fixes

* fixes

* fixes
2024-09-11 19:17:27 +09:00
Asher Gomez
1d22380fdf
chore: general package cleanups (#5932) 2024-09-10 23:00:37 +09:00
Asher Gomez
fc0f55c00c
BREAKING(url): remove @std/url (#5931) 2024-09-10 18:22:37 +09:00
Asher Gomez
9c36e5e246
feat(io): add Seeker[Sync] interfaces (#5930) 2024-09-10 17:12:18 +10:00
Marvin Hagemeister
9f19c9afa1
fix(http): invalid ipv6 hostname printed to console (#5924) 2024-09-10 08:38:03 +02:00
Yoshiya Hinosawa
b3e1ebb75f
refactor(assert,expect): import internal APIs from more specific paths (#5923) 2024-09-09 14:47:32 +09:00
lionel-rowe
766d9c410c
fix(assert): value-equal complex keys (#5914) 2024-09-09 15:01:36 +10:00
lionel-rowe
23b4d2a034
refactor(assert): remove unnecessary getValFromKeyedCollection() (#5921)
* refactor(assert): remove unnecessary getValFromKeyedCollection function

* Use type assertion instead of narrowing w unreachable path
2024-09-09 14:11:27 +10:00