@fedify/fedify 0.13.0-dev.323 → 0.13.0

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.
Files changed (2) hide show
  1. package/CHANGES.md +5 -1
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -6,7 +6,7 @@ Fedify changelog
6
6
  Version 0.13.0
7
7
  --------------
8
8
 
9
- To be released.
9
+ Released on August 7, 2024.
10
10
 
11
11
  - Added `closed` property to `Question` class in Activity Vocabulary API.
12
12
 
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.13.0-dev.323+3d21ae83",
3
+ "version": "0.13.0",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",