Releases: rossrobino/domco
[email protected]
[email protected]
[email protected]
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]
Patch Changes
- 557722d: bump versions
[email protected]
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]
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]
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]
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]
Patch Changes
- 8a99276: use project name for title and header
[email protected]
Patch Changes
- 74f1827: fix: windows entry point paths