Releases: lucacasonato/dext.ts
Releases · lucacasonato/dext.ts
0.9.1
Changes
- fix: actually fix static/dynamic route priority (#45)
- fix: minification of trees containing regexp chars (#46)
Installation
Install this release:
deno install --allow-read --allow-write --allow-env --allow-net --allow-run --no-check --unstable -f -n dext https://deno.land/x/dext@0.9.1/cli.ts
0.9.0
Changes
- feat: add preact/debug to dev build (#42)
- feat:
dext export netlify
subcommand (#43) - fix: prioritize routing static pages over dynamically routed pages (#44)
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.0/cli.ts
0.8.1
0.8.0
Changes
- feat: don't pre-render pages in dev mode (#36)
- feat: allow overwriting hot refresh host (#34)
- feat: disable type checking by default for dev SSG/getStaticData/getStaticProps (#35)
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.8.0/cli.ts
0.7.3
0.7.2
Changes
- HOTFIX: readd cli.ts
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.7.2/cli.ts
0.7.1
0.7.0
Changes
- feat: add custom document support (#27)
- fix: make useLocation usable during prerender (#24)
- refactor: import preact from x.lcas.dev (#23)
- chore: update denopack to 0.10.0
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.7.0/cli.ts
0.6.0
0.5.0
Changes
- feat: custom app component (#7)
- feat: hot refresh (#13)
- feat: output size stats (#16)
- fix: exclude SSG exports from bundles (#17)
- refactor: use custom router (#19)
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.5.0/cli.ts