Skip to content

Releases: rossrobino/domco

domco@3.0.2

18 Feb 12:05
aabcfe4
Compare
Choose a tag to compare

Patch Changes

  • 4f30877: fix: TypeError for undefined entries occuring on first dev run

create-domco@2.1.0

18 Feb 15:04
58a8ed6
Compare
Choose a tag to compare

Minor Changes

  • 8ad35b8: feat: add adapter from the create script

Patch Changes

  • edb07ce: informative warning if directory is not empty

create-domco@2.0.20

18 Feb 12:05
aabcfe4
Compare
Choose a tag to compare

Patch Changes

  • 2cf8615: update func template, update template dependencies
  • Updated dependencies [4f30877]
    • domco@3.0.2

@domcojs/deno@1.0.1

18 Feb 12:05
aabcfe4
Compare
Choose a tag to compare

Patch Changes

  • 15a6723: dep: bump @std/http
  • Updated dependencies [4f30877]
    • domco@3.0.2

@domcojs/vercel@1.0.2

13 Feb 19:12
d44c9e3
Compare
Choose a tag to compare

Patch Changes

  • 5aaa6ce: fix: allow pathname query when user sets a different pathname

@domcojs/vercel@1.0.1

13 Feb 17:50
d9e872a
Compare
Choose a tag to compare

Patch Changes

domco@3.0.1

29 Jan 18:34
dbaf18f
Compare
Choose a tag to compare

Patch Changes

create-domco@2.0.19

29 Jan 15:43
25a7ce1
Compare
Choose a tag to compare

Patch Changes

  • 3d80cd6: fix: tailwind v4 setup - source identification during build requires source to be set

domco@3.0.0

22 Jan 15:08
1232f63
Compare
Choose a tag to compare

Major Changes

  • 51ccc90: Creates separate adapter packages for each adapter. These changes reduces the size of the core package and ensures users only install what is needed.

    If you are using an adapter, install the corresponding package @domcojs/.... For example, to install the Vercel adapter and update the import statements in your vite.config file:

    npm i -D @domcojs/vercel
    - import { adapter } from "domco/adapter/vercel";
    + import { adapter } from "@domcojs/vercel";
  • 1611dc5: Moves Injector to a separate package - @robino/html

    This change reduces the size of the core package, not all users need this helper.

    If you are using the Injector class, install the @robino/html package and update your import statements accordingly.

    npm i @robino/html
    - import { Injector } from "domco/injector";
    + import { Injector } from "@robino/html";

create-domco@2.0.18

22 Jan 15:08
1232f63
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [51ccc90]
  • Updated dependencies [1611dc5]
    • domco@3.0.0