Skip to content

Tags: kzu/xurl

Tags

v1.3.1

Toggle v1.3.1's commit message
Rebase onto upstream v1.3.1 and re-apply fork deltas

Reset to xdevplatform/xurl v1.3.1, then re-apply only what upstream
still lacks: kzu module path/branding and rich post-read tweet fields
(text, note_tweet, article, media expansions) with regression tests.

v0.1.2

Toggle v0.1.2's commit message
feat: include rich article fields in all post retrieval endpoints

Add required query parameters to all post/tweet retrieval functions:
- tweet.fields: article, text, note_tweet, public_metrics, author_id, entities, created_at
- expansions: author_id, article.cover_media, article.media_entities, attachments.media_keys
- user.fields: username, name, verified, profile_image_url
- media.fields: url, preview_image_url, type, variants

Updated functions: ReadPost, SearchPosts, GetUserPosts, GetTimeline,
GetMentions, GetBookmarks, GetLikedPosts

Expanded TestTweetReadEndpointsIncludeRequiredTweetFieldsAndMediaExpansions
to verify all required params are present for every post retrieval endpoint.

v0.1.1

Toggle v0.1.1's commit message
Update version command output

v0.1.0

Toggle v0.1.0's commit message
Ipdate module references from xdevplatform to kzu