summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-19Merge pull request #90 from dscottboggs/fix/derive-is_variantv1.2.1Scott Boggs
2023-03-19Switch from the `is_variant` crate to the `derive_is_enum_variant` one.fix/derive-is_variantD. Scott Boggs
2023-02-27Fix stream urlsv1.2.0D. Scott Boggs
2023-02-13Bump versionD. Scott Boggs
2023-02-13Pass client instance to the event streamD. Scott Boggs
2023-02-01Add is_variant methods to all enumsD. Scott Boggs
2023-02-01Temporary patch for is_variant enabledD. Scott Boggs
2023-02-01Fixes for breaking changes in the toml crateD. Scott Boggs
2023-02-01Update toml requirement from 0.5 to 0.7dependabot[bot]
2023-02-01Drop dependency on serde_qs for nowD. Scott Boggs
2023-02-01Update indoc requirement from 1.0 to 2.0dependabot[bot]
2023-01-29Use macro to define ID typesD. Scott Boggs
2023-01-29Add description to entities crateD. Scott Boggs
2023-01-29This is a minor release, not a patchv1.1.0D. Scott Boggs
2023-01-29Add a little more documentationD. Scott Boggs
2023-01-29Update upload_photo example to wait for processingD. Scott Boggs
2023-01-29Add alias/convenience methodD. Scott Boggs
2023-01-29Add client method to wait for attachment processingD. Scott Boggs
2023-01-24Ignore README tests because they don't work in CID. Scott Boggs
2023-01-24bump versionD. Scott Boggs
2023-01-24Test the whole workspaceD. Scott Boggs
2023-01-24Fix routes which take an Id type; fix doctestsD. Scott Boggs
2023-01-24Add Id types to prelude and entities prelude to crate preludeD. Scott Boggs
2023-01-24Implement std::format::Display for all Id typesD. Scott Boggs
2023-01-24Add CI jobs to comb branchD. Scott Boggs
2023-01-21Add note pointing to more complete example.D. Scott Boggs
2023-01-20Fix errors caused by sync locks crossing `await` in `cli::authenticate`Sprite
2023-01-14Update docs for Registration::new_with_clientkuna
2023-01-14Mastodon::new now wraps Mastodon::new_with_clientbaummarten
2023-01-14Registration::new_with_clientbaummarten
2023-01-09Add static assertionsD. Scott Boggs
2023-01-09Add constructors for ID typesD. Scott Boggs
2023-01-09Add Mention ID typeD. Scott Boggs
2023-01-09Add List ID typeD. Scott Boggs
2023-01-09Use `impl AsRef<str>` instead of `&str` to work with new ID typesD. Scott Boggs
2023-01-09Add ID type for reportsD. Scott Boggs
2023-01-09Add ID type for relationshipsD. Scott Boggs
2023-01-09Add ID type for pushesD. Scott Boggs
2023-01-09Add ID type for notificationsD. Scott Boggs
2023-01-09Add ID type for filtersD. Scott Boggs
2023-01-09Add ID type for attachmentsD. Scott Boggs
2023-01-09Add ID type for accountD. Scott Boggs
2023-01-09Wrap status id in helper typeMatthias Beyer
2023-01-09Fix: backwards compatibilityD. Scott Boggs
2023-01-09Split status_builder module into a few filesD. Scott Boggs
2023-01-09Publish NewStatus fieldsD. Scott Boggs
2023-01-09Add support for Filter v2D. Scott Boggs
2023-01-09Move legacy Filter type to mod v1; publish fieldsD. Scott Boggs
2023-01-09Finish TODO Parse DateTime before publishing this fieldD. Scott Boggs
2023-01-09Make additional fields publicD. Scott Boggs