Skip to content

Releases: hachyserve/rustypub

v0.1.1

11 Dec 11:39
f4c4743

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Dec 15:34
4c76aef

Choose a tag to compare

What's Changed

  • adding content, audience, and summary to object by @dmah42 in #1
  • Errors by @dmah42 in #2
  • add IntransitiveActivity by @dmah42 in #3
  • use deref to avoid repeated base access by @dmah42 in #4
  • replace String with &str by @dmah42 in #5
  • Uri, Preview, and Link use &str instead of String by @dmah42 in #7
  • Activity, Object, and Actor all use &str instead of String by @dmah42 in #8
  • get rid of some unwraps by @dmah42 in #9
  • no more String except where necessary by @dmah42 in #10
  • Create Collection type and add some rustdoc by @dmah42 in #11
  • Rustdoc by @dmah42 in #12
  • OrderedCollection by @dmah42 in #13
  • CollectionPage by @dmah42 in #14
  • OrderedCollectionPage by @dmah42 in #15
  • screw borrowing, we're doing it owned by @dmah42 in #17
  • Remove oldtime from chono dependency by @pinkforest in #19
  • additions to make actiserve-worthy by @dmah42 in #21

New Contributors

Full Changelog: https://github.com/hachyserve/rustypub/commits/v0.1.0