Unverified Commit 0729daea authored by Hong Minhee's avatar Hong Minhee
Browse files

Add Fastify integration to CHANGES.md



Document the new @fedify/fastify package in the changelog for version 1.9.0.
Includes information about the fedifyPlugin() function and ESM/CommonJS support.

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent 87aa5296
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -195,6 +195,21 @@ To be released.
 -  Added CommonJS support alongside ESM for better compatibility with
    CommonJS-based Node.js applications.  [[#429], [#431]]

### @fedify/fastify

 -  Created [Fastify] integration as the *@fedify/fastify* package.
    [[#151], [#450] by An Subin]

     -  Added `fedifyPlugin()` function for integrating Fedify into Fastify
        applications.
     -  Converts between Fastify's request/reply API and Web Standards
        `Request`/`Response`.
     -  Supports both ESM and CommonJS for broad Node.js compatibility.

[Fastify]: https://fastify.dev/
[#151]: https://github.com/fedify-dev/fedify/issues/151
[#450]: https://github.com/fedify-dev/fedify/pull/450

### @fedify/h3

 -  Added CommonJS support alongside ESM for better compatibility with