Skip to content

Commit 6af1efa

Browse files
committed
Merge tag '0.15.2' into 1.0-maintenance
Fedify 0.15.2
2 parents 9347175 + 49b84ec commit 6af1efa

File tree

5 files changed

+534
-324
lines changed

5 files changed

+534
-324
lines changed

CHANGES.md

+21
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ To be released.
1111
- Fixed deprecation messages related to the `{handle}` variable in URL
1212
templates; they had had wrong placeholders in the message templates.
1313

14+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
15+
the proper compact form when the heuristic compact form was not available.
16+
1417

1518
Version 1.0.0
1619
--------------
@@ -183,6 +186,15 @@ Released on September 26, 2024.
183186
[#137]: https://github.com/dahlia/fedify/issues/137
184187

185188

189+
Version 0.15.2
190+
--------------
191+
192+
Released on September 26, 2024.
193+
194+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
195+
the proper compact form when the heuristic compact form was not available.
196+
197+
186198
Version 0.15.1
187199
--------------
188200

@@ -256,6 +268,15 @@ Released on September 11, 2024.
256268
object.
257269

258270

271+
Version 0.14.5
272+
--------------
273+
274+
Released on September 26, 2024.
275+
276+
- Fixed a bug of `Object.toJsonLd()` method where it had not fall back to
277+
the proper compact form when the heuristic compact form was not available.
278+
279+
259280
Version 0.14.4
260281
--------------
261282

0 commit comments

Comments
 (0)