Releases: lucacasonato/dext.ts
Releases · lucacasonato/dext.ts
0.10.5
Changes
- chore: fix watch mode for deno 1.8 (#68)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.5/cli.ts
0.10.4
Changes
- chore: use Deno.execPath() for deno subprocesses (#66)
- chore: update deps (#67)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.4/cli.ts
0.10.3
Changes
- chore: update to preact@10.5.12 (#63)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.3/cli.ts
0.10.2
Changes
- chore: update dependencies for Deno 1.7.0 (#59)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.2/cli.ts
0.10.1
Changes
- fix: correct useLocation return type (#57)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.1/cli.ts
0.10.0
Changes
- refactor: new more robust routing layer (#55)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.10.0/cli.ts
0.9.5
Changes
- chore: update preact to 10.5.7 (#53)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.9.5/cli.ts
0.9.4
Changes
- chore: update denopack and static folder (#52)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.9.4/cli.ts
0.9.3
Changes
- chore: parallelize prerender + downgrade denopack (#51)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.9.3/cli.ts
0.9.2
Changes
- chore: update preact (#50)
- chore: better error printing + moduleSideEffects false (#49)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --unstable -f -n dext https://deno.land/x/dext@0.9.2/cli.ts