Skip to content

Releases: rossrobino/domco

@domcojs/vercel@1.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";

Patch Changes

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

@domcojs/deno@1.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";

Patch Changes

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

@domcojs/cloudflare@1.0.0

22 Jan 15:07
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";

Patch Changes

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

create-domco@2.0.17

21 Jan 17:02
116ccb7
Compare
Choose a tag to compare

Patch Changes

  • 9767187: fix: actually push the fix!

create-domco@2.0.16

21 Jan 16:58
94ec467
Compare
Choose a tag to compare

Patch Changes

  • 48ffdbc: fix: prettier tsconfig error, adds better error handling

create-domco@2.0.15

21 Jan 16:36
b644bef
Compare
Choose a tag to compare

Patch Changes

  • 4ad341f: include vite/prettier configs in tsconfig

create-domco@2.0.14

21 Jan 14:06
39f5918
Compare
Choose a tag to compare

Patch Changes

  • 7ab1dd4: update to tailwindcss v4
  • e110f06: css - light dark color-scheme

domco@2.3.0

09 Jan 18:56
9c742c5
Compare
Choose a tag to compare

Minor Changes

  • 8428e9a: feat: [Injector] adds main method to inject into the main element. A single TagDescriptor can now be provided instead of an array into injection methods.

create-domco@2.0.13

09 Jan 18:56
9c742c5
Compare
Choose a tag to compare

Patch Changes

  • fe6d39e: Update dependencies
  • Updated dependencies [8428e9a]
    • domco@2.3.0

domco@2.2.2

06 Jan 21:07
fd7c282
Compare
Choose a tag to compare

Patch Changes

  • f545aa5: fix: sets envDir to cwd by default