@fedify/fedify 0.14.0-dev.351 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGES.md +25 -1
  2. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -3,10 +3,23 @@
3
3
  Fedify changelog
4
4
  ================
5
5
 
6
+ Version 0.14.1
7
+ --------------
8
+
9
+ Released on August 29, 2024.
10
+
11
+ - Fixed `fedify inbox` command that had not been able to parse activities
12
+ even if they are valid JSON-LD. [[#126]]
13
+
14
+ - Fixed a bug where the *Compact Activity* tab of `fedify inbox` command's
15
+ web interface had shown an expanded JSON-LD object instead of a compacted
16
+ one.
17
+
18
+
6
19
  Version 0.14.0
7
20
  --------------
8
21
 
9
- To be released.
22
+ Released on August 27, 2024.
10
23
 
11
24
  - Removed the limitation that the `sendActivity({ handle: string },
12
25
  "followers", Activity)` overload is only available for `RequestContext`
@@ -97,6 +110,17 @@ To be released.
97
110
  [#115]: https://github.com/dahlia/fedify/issues/115
98
111
 
99
112
 
113
+ Version 0.13.2
114
+ --------------
115
+
116
+ Released on August 29, 2024.
117
+
118
+ - Fixed `fedify inbox` command that had not been able to parse activities
119
+ even if they are valid JSON-LD. [[#126]]
120
+
121
+ [#126]: https://github.com/dahlia/fedify/issues/126
122
+
123
+
100
124
  Version 0.13.1
101
125
  --------------
102
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "0.14.0-dev.351+4dc1b959",
3
+ "version": "0.14.1",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",