Skip to content

Latest commit

 

History

History
214 lines (78 loc) · 6.29 KB

CHANGELOG.md

File metadata and controls

214 lines (78 loc) · 6.29 KB

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)