Skip to content

Releases: rossrobino/domco

domco@2.1.3

03 Oct 10:41
a7f4dc3
Compare
Choose a tag to compare

Patch Changes

  • f106fac: Use name in the output filename instead of as a directory for easier debugging in production dev tools. Now the name will show up in the network tab instead of just the hash.

    Example:

    dist/client/_immutable/name/hash.js is now dist/client/_immutable/name.hash.js

create-domco@2.0.6

03 Oct 11:07
9e26b1b
Compare
Choose a tag to compare

Patch Changes

  • 0b2ee01: fix package.json formatting

domco@2.1.2

27 Sep 19:48
0d6c8d3
Compare
Choose a tag to compare

Patch Changes

  • d84a2c8: Inject vite client into all html responses for better dev experience. Now will refresh even when there is only html returned from a response.

domco@2.1.1

27 Sep 11:39
3ef1e54
Compare
Choose a tag to compare

Patch Changes

  • e783a67: clean up empty directories after prerendering

create-domco@2.0.5

27 Sep 19:48
0d6c8d3
Compare
Choose a tag to compare

Patch Changes

  • e899065: fetch latest version of domco from npm

create-domco@2.0.4

27 Sep 11:39
3ef1e54
Compare
Choose a tag to compare

Patch Changes

  • e783a67: clean up empty directories after prerendering

domco@2.1.0

26 Sep 14:49
dce1da4
Compare
Choose a tag to compare

Minor Changes

  • 3ac7c4b: Adds support for prerendering any file instead of just html. See docs

create-domco@2.0.3

26 Sep 14:49
dce1da4
Compare
Choose a tag to compare

Patch Changes

  • 3ac7c4b: Adds support for prerendering any file instead of just html. See docs

domco@2.0.1

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

create-domco@2.0.2

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