Version 5.0.0
Major
-
Removed TypeScript triple slash reference comments from Ruck modules that were originally intended to enable DOM types. Ruck projects now must have a Deno config file (
deno.jsonordeno.jsonc), containing:{ "compilerOptions": { "lib": [ "dom", "dom.iterable", "dom.asynciterable", "deno.ns", "deno.unstable" ] } }
Patch
- Updated dependencies.
- Updated GitHub Actions CI config:
- Updated
actions/checkoutto v3.
- Updated
- Implemented a
deno.jsonDeno config file.