vitedge

Edge-side rendering and fullstack Vite framework

MIT License

Downloads
205
Stars
730
Committers
11
vitedge - 0.4.8

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

  • Fix issue with props route when using base
vitedge - 0.4.3

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

  • Fix dependencies
vitedge - 0.4.1

Published by frandiox almost 4 years ago

  • 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
vitedge - 0.4.0

Published by frandiox almost 4 years ago

  • 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
vitedge - 0.3.6

Published by frandiox almost 4 years ago

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

Published by frandiox almost 4 years ago

  • Ignore cache from previous builds in CF worker
vitedge - 0.3.2

Published by frandiox almost 4 years ago

vitedge - 0.3.1

Published by frandiox almost 4 years ago

vitedge - 0.3.0

Published by frandiox almost 4 years ago

  • Support TypeScript projects (typings and serving API in development)
  • HTTP/2 server push for static assets
  • Added vitedge dev command to CLI
  • Improve API HMR in development
vitedge - 0.2.0

Published by frandiox almost 4 years ago

  • Local dev server supports API and Props endpoints.
vitedge - 0.1.0

Published by frandiox almost 4 years ago

The first release fully functional.

  • Support edge cache for rendering, props, and API requests.