Skip to content

Releases: frandiox/vitedge

0.4.8

11 Jan 12:36

Choose a tag to compare

  • Polyfill web APIs in development (fetch, atob, btoa, crypto).

0.4.7

11 Jan 12:21

Choose a tag to compare

  • Support environment variables and --mode argument in CLI.

0.4.6

11 Jan 09:21

Choose a tag to compare

  • Add options.status in API/props to change returned HTTP status code.
  • Export ClientOnly and Helmet components from vite-ssr.

0.4.5

23 Dec 17:26

Choose a tag to compare

  • Fix double slash in links when using base
  • Add debug.mount parameter

0.4.4

23 Dec 17:07

Choose a tag to compare

  • Fix issue with props route when using base

0.4.3

22 Dec 13:42

Choose a tag to compare

  • Fix: Keep state when changing hash/query in the same route
  • Fix: Resolve props route using base

0.4.2

13 Dec 12:32

Choose a tag to compare

  • Fix dependencies

0.4.1

13 Dec 12:19

Choose a tag to compare

  • Pass router's href parameter to functions (useful to get locale from URls)
  • Polyfill node-fetch during development
  • Improve types
  • Update vite-ssr for bug fixes

0.4.0

12 Dec 17:57

Choose a tag to compare

  • Improve module resolution for API endpoints
  • Support for dynamic files such as sitemap, robots, favicon, etc
  • Support dynamic options in API/Props handlers
  • Improve types for API/Props handlers

0.3.6

09 Dec 13:17

Choose a tag to compare

  • Update vite-ssr to improve i18n support.
  • Improve types.