Skip to content

Releases: lucacasonato/dext.ts

0.10.5

07 Mar 19:06
d0cd496
Compare
Choose a tag to compare

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

19 Feb 18:16
22bae6a
Compare
Choose a tag to compare

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

03 Feb 14:24
b2ca175
Compare
Choose a tag to compare

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

26 Jan 19:58
e175b88
Compare
Choose a tag to compare

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

17 Dec 22:39
00bda54
Compare
Choose a tag to compare

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

17 Dec 21:30
4e9a57b
Compare
Choose a tag to compare

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

02 Dec 16:41
07224b0
Compare
Choose a tag to compare

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

16 Nov 14:12
3e57621
Compare
Choose a tag to compare

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

13 Nov 17:15
30e8b02
Compare
Choose a tag to compare

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

11 Nov 19:00
238314a
Compare
Choose a tag to compare

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