This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Releases: fedify-dev/express
Releases · fedify-dev/express
@fedify/express 0.2.1
Released on May 11, 2025.
- Fixed an invalid version constraint in the
peerDependencies
. [#3 by Emelia Smith]
@fedify/express 0.2.0
Released on September 30, 2024.
- Relaxed the requirement for the peer dependency
@fedify/fedify
to allow any version under 2.0.0.
@fedify/express 0.1.4
Released on August 31, 2024.
- Fixed a bug where it throws
TypeError
with messageRequestInit: duplex option is required when sending a body.
@fedify/express 0.1.3
Released on August 5, 2024.
- Fixed the middleware to not fill
Request.body
when the request method isGET
orHEAD
. - Fixed the middleware to content-negotiate the response based on the
Accept
header.
@fedify/express 0.1.2
Released on August 5, 2024.
- Fixed incorrectly configured export targets in package.json.
@fedify/express 0.1.1
Released on August 5, 2024.
- Added missing entry points to the package.json.
@fedify/express 0.1.0
Initial release. Released on August 5, 2024.