Skip to content

Releases: rossrobino/domco

create-domco@0.2.0

18 Sep 10:54
d13e1b7
Compare
Choose a tag to compare

Minor Changes

  • a5f23e7: Updates template to 0.13

domco@0.12.0

12 Sep 18:22
bb898ed
Compare
Choose a tag to compare

Minor Changes

  • d52d692: Adds deno deploy adapter

create-domco@0.1.14

12 Sep 18:22
bb898ed
Compare
Choose a tag to compare

Patch Changes

  • d52d692: add deno as a pm -- detects and outputs deno project template

domco@0.11.0

09 Sep 18:32
f38238a
Compare
Choose a tag to compare

Minor Changes

  • aa4e711: Adds the ability paths to CreateAppMiddleware.

    • This is breaking if you are using a custom setup and passing middleware into createApp, you now need to specify the path in addition to the handler passed in. See example here

create-domco@0.1.13

09 Sep 18:32
f38238a
Compare
Choose a tag to compare

Patch Changes

  • aa4e711: Adds the ability paths to CreateAppMiddleware.

    • This is breaking if you are using a custom setup and passing middleware into createApp, you now need to specify the path in addition to the handler passed in. See example here

domco@0.10.0

07 Sep 14:28
99dae27
Compare
Choose a tag to compare

Minor Changes

  • 07901b2: Adds request listener in place of @hono/node-server.

    • This change removes the last remaining dependency for the project other than vite and hono.
    • Removes serveStatic option for createApp, use middleware instead, see example.

create-domco@0.1.12

07 Sep 14:54
8b873f1
Compare
Choose a tag to compare

Patch Changes

  • bc29d39: rm server and client from starter template

create-domco@0.1.11

07 Sep 14:28
99dae27
Compare
Choose a tag to compare

Patch Changes

  • 07901b2: Adds request listener in place of @hono/node-server.

    • This change removes the last remaining dependency for the project other than vite and hono.
    • Removes serveStatic option for createApp, use middleware instead, see example.

domco@0.9.1

06 Sep 15:37
c9d6bea
Compare
Choose a tag to compare

Patch Changes

  • 01cdb56: Adds image optimization support for vercel adapter

create-domco@0.1.10

06 Sep 15:37
c9d6bea
Compare
Choose a tag to compare

Patch Changes

  • 01cdb56: Adds image optimization support for vercel adapter