lmx-Hexagram
43c5946774
fix(testing/assert): inequality of -0 and 0 ( #1783 )
2022-01-04 07:01:24 +01:00
Luca Casonato
a2a2cb58aa
chore(crypto): export interface for docs ( #1781 )
2022-01-03 16:17:25 +01:00
Bartek Iwańczuk
efa94f2ccc
fix: http/bench.ts ( #1776 )
2022-01-02 12:02:20 +01:00
lmx-Hexagram
74b12a5c77
docs(crypto): change example from print array to Uint8Array ( #1775 )
2022-01-02 00:04:56 +09:00
lmx-Hexagram
52793e515d
docs(crypto): add supported algorithms ( #1771 )
2021-12-31 20:46:10 +09:00
Erfan Safari
14ee4b289f
feat(uuid): add function to detect RFC version of a UUID ( #1766 )
2021-12-28 16:28:23 +01:00
standvpmnt
823852a4ff
fix(node): improve util.isDeepStrictEqual ( #1765 )
2021-12-27 16:34:51 +09:00
Theodore Ni
5a405e5a46
fix(node/child_process): allow number and boolean env vars. ( #1762 )
...
This is useful for additional compatibility with Node.JS, which allows
numbers and booleans to be values to environment variables. In Deno, we
convert those values to strings to match the signature of Deno#run.
2021-12-25 23:32:29 +09:00
Hirotaka Tagawa / wafuwafu13
9e9371e563
test(node/util): enable test-util-promisify.js
( #1759 )
2021-12-25 01:35:57 +09:00
Yoshiya Hinosawa
56b90160a6
fix(node): fix fs.readdir ( #1758 )
2021-12-25 01:29:03 +09:00
Clemens Tolboom
b28ce1dc4d
fix(examples/chat): fix applyState call ( #1760 )
2021-12-25 01:27:51 +09:00
Kevin Ennis
6b4ba7c925
feat(crypto): add Tiger hash ( #1749 )
2021-12-24 18:35:28 +09:00
Yoshiya Hinosawa
2c11e72ce7
test: do not require NODE_EXTRA_CA_CERTS env var ( #1757 )
2021-12-24 18:19:14 +09:00
Yoshiya Hinosawa
6bbfc8f48c
refactor(node): use fetch in http.request impl ( #1751 )
2021-12-24 14:57:34 +09:00
Bartek Iwańczuk
09802f3ac8
fix(node): don't emit exit twice ( #1753 )
2021-12-23 19:32:31 +01:00
Yoshiya Hinosawa
956c36a73c
feat(node): add vm.runInThisContext ( #1747 )
2021-12-24 00:57:14 +09:00
Yoshiya Hinosawa
1f7beb1e6d
feat(node): add process.execPath ( #1748 )
2021-12-24 00:54:45 +09:00
Yoshiya Hinosawa
1aebca605b
feat(node): add https.request ( #1746 )
2021-12-23 16:33:18 +09:00
Andrew Mitchell
f933c685cb
fix(path): change default of 'extended' options of glob methods ( #1719 )
2021-12-23 14:32:12 +09:00
Jesse Jackson
675b6effd8
chore(uuid): add return type to validate
( #1745 )
2021-12-23 13:54:23 +09:00
Bartek Iwańczuk
9a52967ec2
0.119.0
2021-12-22 16:28:35 +01:00
Dan Stevens
0d7cf1f2a3
feat(hash): add Tiger hash ( #1729 )
2021-12-22 13:55:49 +09:00
Bartek Iwańczuk
522d228d02
fix(node): typedef imports ( #1740 )
2021-12-22 03:05:37 +01:00
Yoshiya Hinosawa
4e01d764eb
chore(node): add stub modules ( #1737 )
...
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
2021-12-22 00:11:50 +09:00
Yoshiya Hinosawa
417d8ae207
chore(node): enable fixed test cases ( #1736 )
2021-12-21 18:43:59 +09:00
Yoshiya Hinosawa
0fcc2b3664
feat(node): expose util.debuglog ( #1735 )
2021-12-21 18:28:08 +09:00
Feng Yu
cdf76d59e5
test(node/fs): enable test-fs-chown-type-check.js
( #1733 )
2021-12-20 16:20:35 +01:00
Feng Yu
33253d60ac
test(node/fs): enable test-fs-readfile-empty.js
( #1732 )
2021-12-20 00:32:22 +01:00
Feng Yu
031ece5b52
test(node/fs): enable fs.chmod
native tests ( #1731 )
2021-12-19 15:11:25 +01:00
Feng Yu
41d7dfc101
feat(node/util): implement getOwnNonIndexProperties
( #1728 )
2021-12-18 17:51:16 +01:00
Yasser A.Idrissi
2e4554e178
feat(uuid): add validate
function to check UUID ( #1720 )
2021-12-18 23:22:37 +09:00
Bartek Iwańczuk
521c685b54
ci: enable coverage collection ( #1723 )
2021-12-17 19:11:14 +01:00
Bartek Iwańczuk
71c370b538
0.118.0
2021-12-16 17:27:13 +01:00
Yoshiya Hinosawa
068f16f88e
feat(node): add http.request ( #1712 )
...
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
2021-12-16 19:42:33 +09:00
standvpmnt
3e5a6e88fa
feat(node): add util.isDeepStrictEqual ( #1556 )
2021-12-16 16:31:23 +09:00
Yoshiya Hinosawa
14f58c6f01
feat(node): add http.Agent ( #1706 )
2021-12-16 12:06:26 +09:00
Yasser A.Idrissi
ba627816a0
refactor(node): move _idna
to internal/idna
( #1714 )
2021-12-16 11:34:36 +09:00
Yoshiya Hinosawa
27734063c0
ci: run node tests on windows ( #1711 )
2021-12-16 01:33:29 +09:00
Yasser A.Idrissi
d83f3f4542
refactor(node): move _net.ts
to internal/net.ts
( #1713 )
2021-12-16 01:31:40 +09:00
Yoshiya Hinosawa
faff740b60
chore(node/_tools): enable node.js test filtering ( #1710 )
2021-12-15 22:55:48 +09:00
Yoshiya Hinosawa
bbaed9df81
Revert "chore: skip fmt/colors test ( #1700 )" ( #1709 )
2021-12-15 12:55:28 +09:00
Yoshiya Hinosawa
4b857a0cfe
feat(node): add http.OutgoingMessage ( #1705 )
2021-12-15 11:00:08 +09:00
Hirotaka Tagawa / wafuwafu13
25d98b371b
test(node/util): Enable test-util-format.js
( #1708 )
2021-12-15 01:14:02 +01:00
Yasser A.Idrissi
68f093fb71
revert(collection): Remove findLastIndex from std/collections ( #1528 )
2021-12-13 16:51:32 +01:00
Jonas Grunert
251ad20639
BREAKING(http): remove Go-style address ( #1660 )
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Craig Morten <cmorten@users.noreply.github.com>
2021-12-14 00:38:32 +09:00
Bartek Iwańczuk
3f6263547e
[BREAKING] Remove 'server_legacy' from 'http' module ( #1648 )
2021-12-13 14:18:17 +01:00
Bartek Iwańczuk
c94e764968
[BREAKING] Remove 'ws' module ( #1647 )
2021-12-13 14:10:19 +01:00
Bartek Iwańczuk
dcad2062d5
[BREAKING] Remove assertThrowsAsync from 'testing/' ( #1646 )
2021-12-13 14:00:20 +01:00
Bartek Iwańczuk
f2b7e70a19
[BREAKING] Remove onSignal from 'signals/' ( #1644 )
2021-12-13 13:50:30 +01:00
Yasser A.Idrissi
4f69ef90a2
revert(collection): Remove findLast from std/collections
( #1527 )
2021-12-13 13:36:13 +01:00