Skip to content

Releases: rossrobino/domco

[email protected]

25 Sep 20:38
76cca80
Compare
Choose a tag to compare

Patch Changes

  • 8f9be00: Include Vite 6 as peer dependency to support when released - tested with beta
  • 135fda4: Improves build logs

[email protected]

25 Sep 20:38
76cca80
Compare
Choose a tag to compare

Patch Changes

  • a6c55c9: removes react jsx default from tsconfig
  • d5d4e35: format template files with prettier before writing

[email protected]

21 Sep 16:57
ff04766
Compare
Choose a tag to compare

Major Changes

  • 371d3f7: Renames +app to +func

    If you are using a UI framework with domco it's nice to have an app directory that can be imported on the server and client that holds the components of your application. Having the server entry point named +app made the function of the module less clear. This change renames the +app entry point to +func. There are no other breaking changes.

[email protected]

21 Sep 17:00
a0f81dd
Compare
Choose a tag to compare

Patch Changes

[email protected]

21 Sep 16:57
ff04766
Compare
Choose a tag to compare

Major Changes

  • 371d3f7: Renames +app to +func

    If you are using a UI framework with domco it's nice to have an app directory that can be imported on the server and client that holds the components of your application. Having the server entry point named +app made the function of the module less clear. This change renames the +app entry point to +func. There are no other breaking changes.

Patch Changes

  • e679eed: fix: prettier config formatting

[email protected]

19 Sep 19:49
0ded81b
Compare
Choose a tag to compare

Major Changes

  • 344d88a: v1.0.0

    Stable API

    Settled on an API and scope for the project.

    domco follows semantic versioning, so there will no longer be breaking changes between minor versions now that the project is v1.

    Breaking changes

    None from v0.13, if upgrading from a lower version see the changelog or consult the documentation for details.

[email protected]

19 Sep 15:36
0b730d3
Compare
Choose a tag to compare

Patch Changes

  • f498a79: fix: tags import chunks not found error

    • Preloads modules that are imported into entry points in case of manual chunks are used.

[email protected]

19 Sep 19:49
0ded81b
Compare
Choose a tag to compare

Major Changes

  • 344d88a: v1.0.0

    Stable API

    Settled on an API and scope for the project.

    domco follows semantic versioning, so there will no longer be breaking changes between minor versions now that the project is v1.

    Breaking changes

    None from v0.13, if upgrading from a lower version see the changelog or consult the documentation for details.

[email protected]

19 Sep 15:36
0b730d3
Compare
Choose a tag to compare

Patch Changes

  • 8a99276: use project name for title and header

[email protected]

18 Sep 21:53
e0075d9
Compare
Choose a tag to compare

Patch Changes

  • 74f1827: fix: windows entry point paths