Releases: mcansh/remix-fastify
Releases · mcansh/remix-fastify
@mcansh/[email protected]
Major Changes
-
40e8daa: remove plugin in favor of having server code in server. this allows live reload funcationally of
remix dev
to workyou can find an example of the updated server code in /example/server.js
Minor Changes
- 40e8daa: remove references to fetch polyfills
@mcansh/[email protected]
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]
Minor Changes
-
31c3507: feat: require explicit
installGlobals
call in server entrynewer versions of node include
Request
,Response
,Headers
,fetch
, etc globals
@mcansh/[email protected]
Patch Changes
- b7e5567: chore: move @remix-run/router to deps, bump to latest
@mcansh/[email protected]
Patch Changes
- c279e3a: return reply from response handler for async work (fastify/compression)
@mcansh/[email protected]
@mcansh/[email protected]
Patch Changes
- d3c16fb: feat: add support for early hints (HTTP 103)
@mcansh/[email protected]
Minor Changes
- 31f5883: fix for post requests getting aborted
@mcansh/[email protected]
Minor Changes
- b52d31b: use tsup for building/bundling, no user facing changes
@mcansh/[email protected]
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
- @philipp-spiess made their first contribution in #69
Full Changelog: https://github.com/mcansh/remix-fastify/compare/@mcansh/[email protected]...@mcansh/[email protected]