Skip to content

Releases: mcansh/remix-fastify

@mcansh/[email protected]

09 Jan 17:35
8138606
Compare
Choose a tag to compare

Patch Changes

  • 0601d19: expand vite peer dependency range to allow vite@6

@mcansh/[email protected]

23 Nov 04:05
21bab07
Compare
Choose a tag to compare

Patch Changes

  • a8559e0: fix: mark getLoadContext as optional

@mcansh/[email protected]

20 Nov 20:35
d8703da
Compare
Choose a tag to compare

Patch Changes

  • bf0b464: fix: update url generation for fastify v5
  • cd7e8d5: chore: update adapter logic for aborting requests
  • 206509a: feat: add react router entry point

@mcansh/[email protected]

29 Oct 21:51
e741860
Compare
Choose a tag to compare

Patch Changes

  • 54fff80: Make cache-control headers work again.

@mcansh/[email protected]

29 Oct 21:50
3d467eb
Compare
Choose a tag to compare

Major Changes

  • 3df5d21: feat: fastify v5 support

@mcansh/[email protected]

29 Oct 21:52
345237c
Compare
Choose a tag to compare

Patch Changes

  • 88e2ad1: fix asset serving when using a basename

@mcansh/[email protected]

13 Aug 23:28
8d66a13
Compare
Choose a tag to compare

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 like decorateReply or setHeaders 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]

12 Jul 22:01
d5d9e7b
Compare
Choose a tag to compare

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]

14 Jun 17:39
cb939fe
Compare
Choose a tag to compare

Patch Changes

  • b83f33c: allows you to customize Vite dev server options. useful for reusing the fastify http(s) server for hmr in development
  • 822b878: use file urls for esm for windows compatibility

@mcansh/[email protected]

14 Jun 12:05
@mcansh/[email protected]
967d85e
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/mcansh/remix-fastify/compare/@mcansh/[email protected]...@mcansh/[email protected]