1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Asher Gomez d6d437c4dc
BREAKING(unstable): remove Deno.cron() overload (#22035)
This change removes the currently deprecated `Deno.cron()` overload with
`options` as a potential last argument.

This might be fine to do now, in a major release, as `Deno.cron()` is an
unstable API. I thought of doing this while working on #22021. If this
is not ready to remove, I can instead set the removal version of this
overload for Deno v2.

Note: this overload was deprecated in Deno v1.38.2 (#21225). So it's
been deprecated for over 2 months.
2024-01-23 17:37:54 +05:30
..
broadcast_channel chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
cache chore(ext/cache): remove CachePutResource in preparation for resource rewrite (#21949) 2024-01-15 13:14:54 -07:00
canvas feat(web): ImageBitmap (#21898) 2024-01-22 12:08:01 +01:00
console feat(unstable): add Temporal API support (#21738) 2024-01-15 01:26:57 +01:00
cron BREAKING(unstable): remove Deno.cron() overload (#22035) 2024-01-23 17:37:54 +05:30
crypto chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
fetch chore: upgrade deno_core to 0.247.0 (#21974) 2024-01-18 17:57:22 +01:00
ffi chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
fs chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
http feat(unstable): remove Deno.upgradeHttp API (#21856) 2024-01-22 21:35:39 +00:00
io chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
kv chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
napi chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
net feat: Stabilize Deno.listen for 'unix' transport (#21938) 2024-01-23 17:32:25 +05:30
node refactor: port more ops to ensureFastOps() (#22046) 2024-01-23 17:34:53 +05:30
tls chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
url chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
web refactor: port more ops to ensureFastOps() (#22046) 2024-01-23 17:34:53 +05:30
webgpu feat:: External webgpu surfaces / BYOW (#21835) 2024-01-19 22:49:14 +05:30
webidl chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00
websocket chore: bump rustls-tokio-stream and rustls (#21955) 2024-01-16 21:51:54 +01:00
webstorage chore: forward v1.39.4 release commit to main (#21933) 2024-01-13 20:32:50 -05:00