summaryrefslogtreecommitdiffstats
path: root/src/entities/status.rs
AgeCommit message (Expand)Author
2020-10-07Add basic async clientPaul Woolcock
2020-10-07Add some new entities & update some existing onesPaul Woolcock
2020-09-25Cargo-fmt passPaul Woolcock
2020-09-25Various cleanup tasksPaul Woolcock
2020-06-11Update to the 2018 editionPaul Woolcock
2019-03-10Add `card` to `Status` entityPaul Woolcock
2019-03-05Add `derive(PartialEq)` to all entitiesPaul Woolcock
2018-09-19Make a couple new masto properties optionalPaul Woolcock
2018-09-10Adds the `replies_count` property to StatusPaul Woolcock
2018-08-23rustfmt passPaul Woolcock
2018-02-12Version 0.10.0-rc1Aaron Power
2018-02-10Fixed the registration of new apps as well as url of statuses is now an Optio...TheBestJohn
2018-02-10Changes IDs to Strings for compliance with APIv1 (#20)Johannes
2017-11-11docs(all): Added documentation to missing partsAaron Power
2017-07-03Fix incompatible serde versions, misspelled reference (#9)Bryan Tsang
2017-04-23Fixed website not being nullable, added static version of urlsAaron Power
2017-04-21Updated status to handle more nullsAaron Power
2017-04-210.3.0 Redone registration api, added debug/cloneAaron Power
2017-04-10Initial commitAaron Power