@@ -34,6 +34,14 @@ To be released.
3434
3535### @fedify/vocab
3636
37+ - Added ` Tombstone.formerType ` plus generated entity type helpers for deleted
38+ vocabulary objects. Applications can now construct tombstones with Fedify
39+ entity classes such as ` Person ` , and ` @fedify/vocab ` now exports
40+ ` $EntityType ` , ` isEntityType() ` , and ` getEntityTypeById() ` for working with
41+ those references. Unknown remote ` formerType ` values are ignored with a
42+ warning instead of making the whole tombstone fail to parse.
43+ [[ #645 ] , [ #681 ]]
44+
3745 - Added [ FEP-044f] vocabulary support for Mastodon-style quote posts.
3846 [[ #452 ] , [ #679 ]]
3947
@@ -56,7 +64,18 @@ To be released.
5664[ FEP-0837 ] : https://w3id.org/fep/0837
5765[ #452 ] : https://github.com/fedify-dev/fedify/issues/452
5866[ #578 ] : https://github.com/fedify-dev/fedify/issues/578
67+ [ #645 ] : https://github.com/fedify-dev/fedify/issues/645
5968[ #679 ] : https://github.com/fedify-dev/fedify/pull/679
69+ [ #681 ] : https://github.com/fedify-dev/fedify/pull/681
70+
71+ ### @fedify/vocab-tools
72+
73+ - Added the ` fedify:vocabEntityType ` pseudo-scalar to the vocabulary
74+ generator. Vocabulary properties can now accept generated Fedify entity
75+ constructors instead of arbitrary IRIs when the schema wants a reference to
76+ a known vocabulary type. Generated code now also emits the supporting
77+ ` $EntityType ` , ` isEntityType() ` , and ` getEntityTypeById() ` helpers for
78+ working with those references. [[ #645 ] , [ #681 ]]
6079
6180### @fedify/cli
6281
0 commit comments