Releases: Rishikant181/Rettiwt-API
Releases · Rishikant181/Rettiwt-API
Rettiwt-API v4.1.0-alpha.0 pre-release
What's Changed
- Added functionality to fetch notifications by @Rishikant181 in #605
Full Changelog: v4.0.0...v4.1.0-alpha.0
Rettiwt-API v4.0.0 released!
What's New
- Added functionality to schedule a tweet by @Rishikant181 in #593
- Added functionality to unschedule a tweet by @Rishikant181 in #597
What's Changed
- Tweet's
quoted
field now includes the original tweet which was quoted and not just theid
by @Rishikant181 in #590 - Removed functionality to fetch likers of a tweet, following the ability to do the same by Twitter/X, by @Rishikant181 in #600
- Removed ability to view the likes of a user, following the ability to do the same by Twitter/X, by @Rishikant181 in #602
user.likes
now fetches the liked tweets of the logged-in user by @Rishikant181 in #603
Issues Fixed
- Fixed an issue which threw the error NOT_FOUND when fetching details of a tweet by @Rishikant181 in #589
Full Changelog: v3.1.1...v4.0.0
Rettiwt-API v3.1.1 released!
Issues Fixed
- Fixed an issue where followed method of User returned recommended tweets instead of tweets from followed accounts by @Rishikant181 in #567
Full Changelog: v3.1.0...v3.1.1
Rettiwt-API v3.1.0 released!
What's Changed
- Added deprecation warning for Tweet likers owing to it's removal from Twitter by @Rishikant181 in #564
What's New
- Added ability to fetch recommended (for-you) timeline of the logged-in user by @Rishikant181 in #559
- Added ability to fetch the logged-in user's followed home feed by @Rishikant181 in #560
Issues Fixed
- Fixed an issue where an irrelevant error was thrown when the given list was not found, instead of 'undefined' by @Rishikant181 in #561
Full Changelog: v3.0.3...v3.1.0
Rettiwt-API v3.0.3 released!
What's Changed
- Fixed an issue where value of 'links' and 'replies' of TweetFilter were being overriden by @Rishikant181 in #558
Full Changelog: v3.0.2...v3.0.3
Rettiwt-API v3.0.2 released!
What's Changed
- Fixed a bug where fetching tweet details returned NOT_FOUND error by @Rishikant181 in #554
Full Changelog: v3.0.1...v3.0.2
Rettiwt-API v3.0.1 released!
What's Changed
- Fixed an issue where some tweet's details failed to be extracted by @Rishikant181 in #544
Full Changelog: v3.0.0...v3.0.1
Rettiwt-API v3.0.0 released!
What's Changed
- Adopted a more consistent naming scheme for public methods by @Rishikant181 in #491
- Changed 'favoriteCount' field of 'User' model to name 'likeCount' by @Rishikant181 in #500
- Renamed 'tweet' method of 'TweetService' to 'post' by @Rishikant181 in #501
- For posting media in tweet, the media now requires to be manually uploaded using the 'upload' method by @Rishikant181 in #510
What's New
- Added ability to post a media using an ArrayBuffer as input by @Rishikant181 in #485
- Added functionality to efficiently quote a tweet by @Rishikant181 in #486
- Added functionality to fetch the highlights of a given user by @Rishikant181 in #488
- Added functionality to fetch the media timeline of a given user by @Rishikant181 in #489
- Added functionality to fetch the subscriptions of a user by @Rishikant181 in #490
- Posting a tweet now returns the id of the new tweet on successful post by @Rishikant181 in #507
- Added ability to unposted a posted tweet by @Rishikant181 in #512
- Added ability to unretweet a tweet by @Rishikant181 in #513
- Added ability to unlike a tweet by @Rishikant181 in #514
- Added ability to follow a user by @Rishikant181 in #531
- Added ability to unfollow a user by @Rishikant181 in #532
- Made FetcherService public which provides a way to access the raw response data by @Rishikant181 in #536
Issues Fixed
- Fixed a bug where user details showed wrong verification status by @Rishikant181 in #487
- Made DataValidationError more comprehensible by @Rishikant181 in #511
- Made data models more type-safe by @Rishikant181 in #523
- Improved logging by @Rishikant181 in #527
- Docs: Fixed wrong example of pagination, added count parameter by @ramiroaisen in #535
New Contributors
- @ramiroaisen made their first contribution in #535
Full Changelog: v2.7.1...v3.0.0
Rettiwt-API v2.7.1 released!
What's Changed
- Fixed an issue that threw an exception upon encountering deleted tweet and/or user by @Rishikant181 in #525
Full Changelog: v2.7.0...v2.7.1
Rettiwt-API v2.7.0 released!
This is a minor features release. The next major release is almost done with just a few tweaks to logging and error handling remaining. We thank you for you patience.
What's Changed
- Tweet details now includes retweeted tweet by @Rishikant181 in #522
Full Changelog: v2.6.2...v2.7.0