Releases: mcansh/remix-fastify
Releases · mcansh/remix-fastify
@mcansh/[email protected]
Patch Changes
- 0601d19: expand vite peer dependency range to allow vite@6
@mcansh/[email protected]
Patch Changes
- a8559e0: fix: mark getLoadContext as optional
@mcansh/[email protected]
@mcansh/[email protected]
Patch Changes
- 54fff80: Make cache-control headers work again.
@mcansh/[email protected]
Major Changes
- 3df5d21: feat: fastify v5 support
@mcansh/[email protected]
Patch Changes
- 88e2ad1: fix asset serving when using a basename
@mcansh/[email protected]
Minor Changes
- 6d074ed: return streams directly from remix to fastify
Patch Changes
- 352c74f: New optional parameter to customize the
@fastify/static
plugin options. This can be useful to customize options likedecorateReply
orsetHeaders
to match your needs or when you already have a@fastify/static
plugin registered. - bd2a09c: New optional parameter to provide a custom server build for production. If not provided, it will be loaded using
import()
with the server build path provided in the options.
@mcansh/[email protected]
Patch Changes
-
be05e8b: The Remix Vite plugin allows you to customize the filename. This change allows you to pass a custom server file name to the Fastify plugin
// vite.config.ts export default defineConfig({ plugins: [remix({ serverFilename: "example.js" })], });
// server.js await app.register(remixFastify, { serverFilename: "example.js", });
@mcansh/[email protected]
@mcansh/[email protected]
What's Changed
- fix: use file urls for esm by @VIEWVIEWVIEW in #342
- feat(examples): use Typescript in example
vite
by @nwleedev in #310 - feat: accept and forward Vite dev server options by @qwright10 in #347
- chore: Update version for release by @mcansh in #350
New Contributors
- @VIEWVIEWVIEW made their first contribution in #342
- @nwleedev made their first contribution in #310
- @qwright10 made their first contribution in #347
Full Changelog: https://github.com/mcansh/remix-fastify/compare/@mcansh/[email protected]...@mcansh/[email protected]