@fedify/fedify 0.13.0-dev.320 → 0.13.0-dev.322
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +8 -2
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -55,8 +55,14 @@ To be released.
|
|
55
55
|
- Added `fedify tunnel` command to expose a local HTTP server to the public
|
56
56
|
internet.
|
57
57
|
|
58
|
-
-
|
59
|
-
|
58
|
+
- A scaffold project generated by the `fedify init` command has several
|
59
|
+
changes:
|
60
|
+
|
61
|
+
- Now a scaffold project uses a [x-forwarded-fetch] middleware to
|
62
|
+
support `X-Forwarded-Proto` and `X-Forwarded-Host` headers.
|
63
|
+
- Now a scaffold project has hot reloading by default.
|
64
|
+
- Now a scaffold project has logging configuration using the [LogTape]
|
65
|
+
library.
|
60
66
|
|
61
67
|
- Added more log messages using the [LogTape] library. Currently the below
|
62
68
|
logger categories are used:
|