@fedify/fedify 0.13.0-dev.323 → 0.13.0-dev.324
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +4 -0
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -58,6 +58,8 @@ To be released.
|
|
58
58
|
- A scaffold project generated by the `fedify init` command has several
|
59
59
|
changes:
|
60
60
|
|
61
|
+
- Added support for [Express] framework.
|
62
|
+
- Added support for [Nitro] framework.
|
61
63
|
- Now a scaffold project uses a [x-forwarded-fetch] middleware to
|
62
64
|
support `X-Forwarded-Proto` and `X-Forwarded-Host` headers.
|
63
65
|
- Now a scaffold project has hot reloading by default.
|
@@ -71,6 +73,8 @@ To be released.
|
|
71
73
|
|
72
74
|
[#69]: https://github.com/dahlia/fedify/issues/69
|
73
75
|
[#110]: https://github.com/dahlia/fedify/issues/110
|
76
|
+
[Express]: https://expressjs.com/
|
77
|
+
[Nitro]: https://nitro.unjs.io/
|
74
78
|
|
75
79
|
|
76
80
|
Version 0.12.2
|