activitystreams/CHANGELOG.md
2020-11-18 10:45:46 -06:00

1,010 B

0.7.0-alpha.5

  • Add orderedItems field to collections
  • Document URL functions from crate root

0.7.0-alpha.4

  • Clean up unneeded .into() calls
  • Remove redundant into_iter method on OneOrMany.
  • Add new_none_type constructors to create activitystreams constructs without setting the type field
  • Don't serialize a collection's items field if it's None
  • Rename plural methods
    • src/actor.rs: set_streams -> set_stream, add_streams -> add_stream
    • src/collections.rs: set_items -> set_item, add_items -> add_item
    • src/object.rs: set_replies -> set_reply, add_replies -> add_reply

0.7.0-alpha.3

  • Add .into_parts() for some types where it makes sense
    • All activity subtypes
    • ApActor
    • ApObject

0.7.0-alpha.2

  • Add .iter(), .iter_mut() and .into_iter() for OneOrMany<T>

0.7.0-alpha.1

  • The items methods for collections now deal in options

0.7.0-alpha.0