@fedify/fedify 0.13.0-dev.320 → 0.13.0-dev.322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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:
|