Skip to content

Releases: mcansh/remix-fastify

@mcansh/[email protected]

18 Sep 17:29
bfe70a9
Compare
Choose a tag to compare

Major Changes

  • 40e8daa: remove plugin in favor of having server code in server. this allows live reload funcationally of remix dev to work

    you can find an example of the updated server code in /example/server.js

Minor Changes

  • 40e8daa: remove references to fetch polyfills

@mcansh/[email protected]

27 Aug 20:38
1b632c4
Compare
Choose a tag to compare

Patch Changes

  • 4789835: add custom contentParser for json

    fastify automatically configures application/json which prevents fethcer.submit from working with json encoding

@mcansh/[email protected]

17 Jul 21:27
28deb41
Compare
Choose a tag to compare

Minor Changes

  • 31c3507: feat: require explicit installGlobals call in server entry

    newer versions of node include Request, Response, Headers, fetch, etc globals

@mcansh/[email protected]

31 May 19:14
79124f3
Compare
Choose a tag to compare

Patch Changes

  • b7e5567: chore: move @remix-run/router to deps, bump to latest

@mcansh/[email protected]

13 May 18:10
ec98fe2
Compare
Choose a tag to compare

Patch Changes

  • c279e3a: return reply from response handler for async work (fastify/compression)

@mcansh/[email protected]

11 Apr 16:04
4522ed5
Compare
Choose a tag to compare

Patch Changes

  • ab24416: fix(plugin): return handler in production
  • d92c468: automatically disable require cache purging when unstable_dev is truthy

@mcansh/[email protected]

09 Apr 19:07
8d023e3
Compare
Choose a tag to compare

Patch Changes

  • d3c16fb: feat: add support for early hints (HTTP 103)

@mcansh/[email protected]

07 Apr 19:23
5bd36e9
Compare
Choose a tag to compare

Minor Changes

  • 31f5883: fix for post requests getting aborted

@mcansh/[email protected]

11 Mar 20:41
@mcansh/[email protected]
10779da
Compare
Choose a tag to compare

Minor Changes

  • b52d31b: use tsup for building/bundling, no user facing changes

@mcansh/[email protected]

11 Mar 20:33
@mcansh/[email protected]
0f93124
Compare
Choose a tag to compare

What's Changed

  • fix: match static files in dev based on the pathname to fix HMR by @philipp-spiess in #69
  • chore: Update version for release by @github-actions in #70

New Contributors

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