summaryrefslogtreecommitdiff
path: root/ext/cron/01_cron.ts
AgeCommit message (Expand)Author
2024-09-05refactor(ext/cron): align error messages (#25300)Ian Bull
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-04-21fix: Fix some typos in comments (#23470)welfuture
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek IwaƄczuk
2024-01-24fix(ext/cron): automatically override unspecified values (#22042)Igor Zinkovsky
2024-01-23BREAKING(unstable): remove `Deno.cron()` overload (#22035)Asher Gomez
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-07fix(ext): enable prefer-primordials for internal TypeScript (#21813)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky