@@ -20,6 +20,20 @@ To be released.
2020 - Added ` DocumentLoaderFactoryOptions.maxRedirection ` to configure the
2121 maximum number of redirects followed by ` getDocumentLoader() ` .
2222
23+ ### @fedify/vocab
24+
25+ - Added vocabulary types for economic resource coordination
26+ in federated networks. [[ #578 ] by Samuel Brinkmann]
27+
28+ - Added ` Proposal ` class for publishing offers or requests.
29+ - Added ` Intent ` class for describing economic transactions within
30+ a proposal, with ` action ` , ` resourceConformsTo ` , ` resourceQuantity ` ,
31+ ` availableQuantity ` , and ` minimumQuantity ` properties.
32+ - Added ` Measure ` class for representing quantities with units of
33+ measure, with ` hasUnit ` and ` hasNumericalValue ` properties.
34+
35+ [ #578 ] : https://github.com/fedify-dev/fedify/issues/578
36+
2337### @fedify/solidstart
2438
2539 - Added ` @fedify/solidstart ` package for integrating Fedify with
@@ -207,16 +221,6 @@ Released on March 24, 2026.
207221
208222### @fedify/vocab
209223
210- - Added vocabulary types for economic resource coordination
211- in federated networks. [[ #578 ] by Samuel Brinkmann]
212-
213- - Added ` Proposal ` class for publishing offers or requests.
214- - Added ` Intent ` class for describing economic transactions within
215- a proposal, with ` action ` , ` resourceConformsTo ` , ` resourceQuantity ` ,
216- ` availableQuantity ` , and ` minimumQuantity ` properties.
217- - Added ` Measure ` class for representing quantities with units of
218- measure, with ` hasUnit ` and ` hasNumericalValue ` properties.
219-
220224 - Added [ GoToSocial] interaction controls vocabulary for expressing who
221225 can like, reply to, or announce posts and for approving interactions.
222226 [[ #453 ] , [ #622 ]]
@@ -244,7 +248,6 @@ Released on March 24, 2026.
244248
245249[ browser.pub ] : https://browser.pub/
246250[ #576 ] : https://github.com/fedify-dev/fedify/issues/576
247- [ #578 ] : https://github.com/fedify-dev/fedify/issues/578
248251
249252### @fedify/vocab-tools
250253
0 commit comments