Skip to content

Releases: lucacasonato/dext.ts

0.9.1

12 Oct 22:17
bb93230
Compare
Choose a tag to compare

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

12 Oct 21:02
a09e1a5
Compare
Choose a tag to compare

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

07 Oct 20:36
d68b987
Compare
Choose a tag to compare

Changes

  • fix: exit with non 0 code (#37)

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.1/cli.ts

0.8.0

07 Oct 13:44
a297afa
Compare
Choose a tag to compare

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

06 Oct 13:37
30704ba
Compare
Choose a tag to compare

Changes

  • fix: more reliable prerender output (#30)
  • chore: update dependencies (#31)

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.3/cli.ts

0.7.2

06 Oct 11:02
7feff72
Compare
Choose a tag to compare

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

06 Oct 10:56
1d0beb9
Compare
Choose a tag to compare

Changes

  • fix: watching public directory doesn't work correctly (#29)

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.1/cli.ts

0.7.0

05 Oct 17:29
064e707
Compare
Choose a tag to compare

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

04 Oct 12:27
1398338
Compare
Choose a tag to compare

Changes

  • feat: add create subcommand (#22)
  • feat: copy public directory to output (#21)

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.6.0/cli.ts

0.5.0

03 Oct 22:51
554681d
Compare
Choose a tag to compare

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