Skip to content

Latest commit

 

History

History
575 lines (213 loc) · 18.5 KB

File metadata and controls

575 lines (213 loc) · 18.5 KB

1.0.25 (2025-10-20)

Bug Fixes

  • properly set meta.stream (fa2fde3)

1.0.24 (2025-09-29)

Bug Fixes

1.0.23 (2025-08-18)

Bug Fixes

  • avoid Vite type version mismatch (2c0985a)

1.0.22 (2025-08-04)

Reverts

  • fix: better compat with newer vike versions (5cb8e8b)

1.0.21 (2025-08-04)

Bug Fixes

  • better compat with newer vike versions (8969ea9)

1.0.20 (2025-08-04)

Bug Fixes

  • do not try to dedupe vike-server, as it messes up module resolution (#128) (0c63f34)

1.0.19 (2025-06-10)

Bug Fixes

  • fix export conditions for bun and deno (72b23bd)

1.0.18 (2025-05-30)

Bug Fixes

  • add vike-{react,vue,solid} optional peer deps (#122) (b44a784)
  • set +stream as config defined by peer dependency (6ca1f64)

MINOR BREAKING CHANGES

  • Update vike to 0.4.231 or above.

Note

We recommend always updating vike and vike-* extensions together.

1.0.17 (2025-05-29)

Bug Fixes

  • set default stream type to Web Stream (#120) (6c18620)

MINOR BREAKING CHANGES

  • If you're using vike-{react,vue,solid}, update to:
    • vike-react@0.6.4 or above
    • vike-vue@0.9.2 or above
    • vike-solid@0.7.11 or above

Note

We recommend always updating vike and vike-* extensions together.

1.0.16 (2025-05-12)

Bug Fixes

  • better detection of runnable server-side environment (56e5a4b)

1.0.15 (2025-04-21)

Features

  • add hostname option to serve util (27052a1)

1.0.14 (2025-04-06)

Features

  • add support for express@5 (6e6d7a8)

1.0.13 (2025-04-04)

Bug Fixes

Note

Update vike to 0.4.228 or above.

1.0.12 (2025-04-02)

Bug Fixes

1.0.11 (2025-04-01)

Bug Fixes

1.0.10 (2025-03-31)

Bug Fixes

  • rename onServer hook to onCreate (#95) (9da0f94)

Features

  • serve: make port optional. Defaults to 3000 (#95) (de3a18f)

1.0.9 (2025-03-31)

Features

1.0.8 (2025-03-30)

Bug Fixes

  • Show better error messages when entry file cannot be found (6c95b57)

1.0.7 (2025-03-28)

Features

1.0.6 (2025-03-28)

Features

  • add callback parameter to serve functions (#90) (e27e96a)

1.0.5 (2025-03-27)

Bug Fixes

  • environment config conflicted with other packages (c1a46a8)
  • show server crash reason (3b4ddf1)

1.0.4 (2025-03-26)

Bug Fixes

  • elysia: applied middlewares can now return early responses (#89) (5ae0c1c)
  • servers as external dependencies (4e03b4b)

1.0.3 (2025-03-26)

Features

1.0.2 (2025-03-25)

Bug Fixes

  • better entry resolution when Vite root is specified. Fixes #83 (9a6a91f)

1.0.1 (2025-03-25)

Bug Fixes

  • monkey-patch bindCLIShortcuts to show Vite server shortcuts (6b30ebb)

1.0.0 (2025-03-25)

Features

  • vike-node superseded by vike-server (#64) (e618e63)

BREAKING CHANGES

Migration from vike-node

https://github.com/vikejs/vike-server/blob/main/MIGRATION.md

Official documentation

https://vike.dev/vike-server

0.3.7 (2025-02-25)

Bug Fixes

  • fix static asset serving upon baseAssets===/ (#61) (f4da489)

0.3.6 (2025-02-13)

Bug Fixes

  • apply Base URL to static assets (fix #60) (76646c1)
  • load handleViteDevServer adapter only in dev (#55) (64a0757)

0.3.5 (2025-01-31)

Bug Fixes

  • unable to pass esbuild config to standalone (05ce19a)

0.3.4 (2025-01-31)

Features

  • allow passing extra esbuild options for standalone target (#54) (e2eabc2)

0.3.3 (2025-01-30)

Bug Fixes

  • make vite peer dependency optional (4ab3b87)
  • revert vite peerDependency version change (#52) (a0a2b38)

0.3.2 (2025-01-30)

Bug Fixes

  • Compare only the URL path component to expected value when proxying HMR websocket (fix #53) (#52) (5ef5ee6)

0.3.1 (2025-01-24)

Bug Fixes

0.3.0 (2025-01-12)

chore

  • set vike minimum version to 0.4.213 (#42) (e0f9d5e)

BREAKING CHANGES

  • update vike to 0.4.213 or above.

0.2.10 (2025-01-09)

Bug Fixes

0.2.9 (2024-12-17)

Bug Fixes

  • disable vike-node dev server in test mode (#37) (04cf43d)

0.2.8 (2024-12-11)

Features

0.2.7 (2024-12-11)

Bug Fixes

0.2.6 (2024-12-09)

Bug Fixes

  • improve error message upon $ vite preview (2fa784e)

0.2.5 (2024-12-09)

Features

  • better pageContext typing (#29)

Bug Fixes

  • do not override user provided pageContext with universal one (#29) (bc2d921)

0.2.4 (2024-12-09)

Features

  • add back pageContext function (#28)

0.2.3 (2024-12-04)

Bug Fixes

0.2.2 (2024-12-03)

Bug Fixes

  • add exports condition 'development|production' (to align Vite 5/6) (7eb9690)
  • remove unused code and support Vite 6 (ae614c0)

0.2.1 (2024-12-01)

Bug Fixes

  • vite peerDependencies range (d6bce88)

0.2.0 (2024-11-28)

Bug Fixes

  • inject instead of auto import server entry (#8) (15eccda)
  • use universal-middleware (#16) (a7554a7)

BREAKING CHANGES

  • cache related options have been removed
  • the pageContext setting has been removed in favor of universal-middleware context
    • this breaking change has been reverted in versions >= 0.2.5
  • vike-node/connect replaced by vike-node/express
  • The vike middleware is now only exported as the default export:
  • - import { vike } from 'vike-node/{express,fastify,h3,hono,elysia}'
    + import vike from 'vike-node/{express,fastify,h3,hono,elysia}'

0.1.16 (2024-08-23)

Bug Fixes

0.1.15 (2024-08-19)

Bug Fixes

  • createServerResponse duplicate onReadable calls (ea74587)

0.1.14 (2024-08-15)

0.1.13 (2024-08-15)

0.1.12 (2024-08-14)

0.1.11 (2024-08-14)

0.1.10 (2024-08-11)

0.1.9 (2024-08-07)

Bug Fixes

0.1.8 (2024-08-07)

Bug Fixes

0.1.7 (2024-08-06)

0.1.6 (2024-08-05)

0.1.5 (2024-08-05)

0.1.4 (2024-08-05)

Bug Fixes

  • fix createServerResponse memory leak (c0f3788)

0.1.3 (2024-08-01)

Features

0.1.2 (2024-07-31)

Bug Fixes

  • pass headersOriginal in pageContext (70b16ce)

0.1.1 (2024-07-26)

Bug Fixes

  • update lru-cache, fix tests (c644048)

0.1.0 (2024-07-26)