You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added @fedify/fedify/x/fresh module for integrating with Fresh middleware.
Added integrateHandler() function.
Added integrateHandlerOptions() function.
Added getActorHandle() function.
Fedify now has authenticated document loader. [#12]
Added Context.getDocumentLoader() method.
Added getAuthenticatedDocumentLoader() function.
Added AuthenticatedDocumentLoaderFactory type.
Added authenticatedDocumentLoaderFactory option to new Federation() constructor.
Context.documentLoader property now returns an authenticated document loader in personal inbox listeners. (Note that it's not affected in shared inbox listeners.)
Added singular accessors to Object's icon and image properties.
new Object() constructor now accepts icon option.
new Object() constructor now accepts image option.
Added Object.getIcon() method.
Added Object.getImage() method.
Object.clone() method now accepts icon option.
Object.clone() method now accepts image option.
Object's icon and image properties no more accept Link objects.
new Object() constructor's icons option no more accepts Link objects.
new Object() constructor's images option no more accepts Link objects.
Object.getIcons() method no more yields Link objects.
Object.getImages() method no more yields Link objects.
Object.clone() method's icons option no more accepts Link objects.
Object.clone() method's images option no more accepts Link objects.
Object's attributedTo property was renamed to attribution.
new Object() constructor's attributedTo option was renamed to attribution.
new Object() constructor's attributedTos option was renamed to attributions.
Object.getAttributedTo() method is renamed to Object.getAttribution().
Object.getAttributedTos() method is renamed to Object.getAttributions().
Object.clone() method's attributedTo option is renamed to attribution.
Object.clone() method's attributedTos option is renamed to attributions.
Object's attribution property (was attributedTo) now accepts only Actor objects.
new Object() constructor's attribution option (was attributedTo) now accepts only an Actor object.
new Object() constructor's attributions option (was attributedTos) now accepts only Actor objects.
Object.getAttribution() method (was getAttributedTo()) now returns only an Actor object.
Object.getAttributions() method (was getAttributedTos()) now returns only Actor objects.
Object.clone() method's attribution option (attributedTo) now accepts only an Actor object.
Object.clone() method's attributions option (attributedTos) now accepts only Actor objects.
Activity's object property no more accepts Link objects.
new Activity() constructor's object option no more accepts a Link object.
new Activity() constructor's objects option no more accepts Link objects.
Activity.getObject() method no more returns a Link object.
Activity.getObjects() method no more returns Link objects.
Activity.clone() method's object option no more accepts a Link object.
Activity.clone() method's objects option no more accepts Link objects.
Activity's actor property now accepts only Actor objects.
new Activity() constructor's actor option now accepts only an Actor object.
new Activity() constructor's actors option now accepts only Actor objects.
Activity.getActor() method now returns only an Actor object.
Activity.getActors() method now returns only Actor objects.
Activity.clone() method's actor option now accepts only an Actor object.
Activity.clone() method's actors option now accepts only Actor objects.
Added sensitive property to Object class.
new Object() constructor now accepts sensitive option.
Added Object.sensitive attribute.
Object.clone() method now accepts sensitive option.
Now lookupWebFinger() follows redirections.
The http://webfinger.net/rel/profile-page links in WebFinger responses now omit type property.
This discussion was created from the release Fedify 0.4.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Released on March 26, 2024.
Added
@fedify/fedify/x/freshmodule for integrating with Fresh middleware.integrateHandler()function.integrateHandlerOptions()function.Added
getActorHandle()function.Fedify now has authenticated document loader. [#12]
Context.getDocumentLoader()method.getAuthenticatedDocumentLoader()function.AuthenticatedDocumentLoaderFactorytype.authenticatedDocumentLoaderFactoryoption tonew Federation()constructor.Context.documentLoaderproperty now returns an authenticated document loader in personal inbox listeners. (Note that it's not affected in shared inbox listeners.)Added singular accessors to
Object'siconandimageproperties.new Object()constructor now acceptsiconoption.new Object()constructor now acceptsimageoption.Object.getIcon()method.Object.getImage()method.Object.clone()method now acceptsiconoption.Object.clone()method now acceptsimageoption.Object'siconandimageproperties no more acceptLinkobjects.new Object()constructor'siconsoption no more acceptsLinkobjects.new Object()constructor'simagesoption no more acceptsLinkobjects.Object.getIcons()method no more yieldsLinkobjects.Object.getImages()method no more yieldsLinkobjects.Object.clone()method'siconsoption no more acceptsLinkobjects.Object.clone()method'simagesoption no more acceptsLinkobjects.Object'sattributedToproperty was renamed toattribution.new Object()constructor'sattributedTooption was renamed toattribution.new Object()constructor'sattributedTosoption was renamed toattributions.Object.getAttributedTo()method is renamed toObject.getAttribution().Object.getAttributedTos()method is renamed toObject.getAttributions().Object.clone()method'sattributedTooption is renamed toattribution.Object.clone()method'sattributedTosoption is renamed toattributions.Object'sattributionproperty (wasattributedTo) now accepts onlyActorobjects.new Object()constructor'sattributionoption (wasattributedTo) now accepts only anActorobject.new Object()constructor'sattributionsoption (wasattributedTos) now accepts onlyActorobjects.Object.getAttribution()method (wasgetAttributedTo()) now returns only anActorobject.Object.getAttributions()method (wasgetAttributedTos()) now returns onlyActorobjects.Object.clone()method'sattributionoption (attributedTo) now accepts only anActorobject.Object.clone()method'sattributionsoption (attributedTos) now accepts onlyActorobjects.Activity'sobjectproperty no more acceptsLinkobjects.new Activity()constructor'sobjectoption no more accepts aLinkobject.new Activity()constructor'sobjectsoption no more acceptsLinkobjects.Activity.getObject()method no more returns aLinkobject.Activity.getObjects()method no more returnsLinkobjects.Activity.clone()method'sobjectoption no more accepts aLinkobject.Activity.clone()method'sobjectsoption no more acceptsLinkobjects.Activity'sactorproperty now accepts onlyActorobjects.new Activity()constructor'sactoroption now accepts only anActorobject.new Activity()constructor'sactorsoption now accepts onlyActorobjects.Activity.getActor()method now returns only anActorobject.Activity.getActors()method now returns onlyActorobjects.Activity.clone()method'sactoroption now accepts only anActorobject.Activity.clone()method'sactorsoption now accepts onlyActorobjects.Added
sensitiveproperty toObjectclass.new Object()constructor now acceptssensitiveoption.Object.sensitiveattribute.Object.clone()method now acceptssensitiveoption.Now
lookupWebFinger()follows redirections.The
http://webfinger.net/rel/profile-pagelinks in WebFinger responses now omittypeproperty.This discussion was created from the release Fedify 0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions