Releases: Rishikant181/Rettiwt-Core
Releases · Rishikant181/Rettiwt-Core
Rettiwt-Core v4.0.0-alpha.0 pre-release
What's Changed
Warning! The syntax for generating requests has been changed! Refer to README for new syntax.
- Made request generation simpler by @Rishikant181 in #137
- Added request config for quoting a Tweet
- Added request config for fetching user media
- Added request config for fetching user subscriptions
- Added request config for fetching user highlights
- Added request config for following a given user
- Added request config for unposting a tweet
- Added request config for unretweeting a tweet
- Added request config for unliking a tweet
- Added request config to unfollow a user
Full Changelog: v3.4.0...v4.0.0-alpha.0
Rettiwt-Core v3.5.0-alpha.2 pre-release
What's Changed
- Instead of a Readable stream, an ArrayBuffer is used for uploading image by @Rishikant181 in #135
Full Changelog: v3.5.0-alpha.1...v3.5.0-alpha.2
Rettiwt-Core v3.5.0-alpha.1 pre-release
What's Changed
- Added ability to upload a Readable stream of media file by @Rishikant181 in #133
Full Changelog: v3.5.0-alpha.0...v3.5.0-alpha.1
Rettiwt-Core v3.5.0-alpha.0 pre-release
What's Changed
- Added request config for quoting a Tweet by @Rishikant181 in #128
- Added request config for fetching user media by @Rishikant181 in #129
- Added request config for fetching user subscriptions by @Rishikant181 in #130
- Added request config for fetching user highlights by @Rishikant181 in #131
Full Changelog: v3.4.0-alpha.2...v3.5.0-alpha.0
Rettiwt-Core v3.4.0 released!
What's Changed
- Added request configuration for creating reply to a Tweet by @Rishikant181 in #124
Full Changelog: v3.3.2...v3.4.0
Rettiwt-Core v3.4.0-alpha.2 pre-release
What's Changed
- Added request configuration for creating reply to a Tweet by @Rishikant181 in #124
Full Changelog: v3.4.0-alpha.1...v3.4.0-alpha.2
Rettiwt-Core v3.4.0-alpha.1 pre-release
Merge pull request #123 from Rishikant181/dev v3.4.0-alpha.1
Rettiwt-Core v3.4.0-alpha.0 pre-release
What's Changed
- Added request configuration for fetching tweet replies by @Rishikant181 in #121
Full Changelog: v3.3.0-alpha.6...v3.4.0-alpha.0
Rettiwt-Core v3.3.1 released!
What's Changed
- Added validation for max number of media items in a tweet by @Rishikant181 in #119
Full Changelog: v3.3.0...v3.3.1
Rettiwt-Core v3.3.0 released!
What's Changed
- Added more filter options for searching Tweets by @Rishikant181 in #93
- Added method to convert Request object to AxiosRequestConfig by @Rishikant181 in #95
- Added request configuration for uploading media file by @Rishikant181 in #96
- Added request configuration for sending a media (image/video) in a Tweet by @Rishikant181 in #97
- [#98] Add support for tweets/posts with Spaces by @rolivencia in #99
- Added request config to fetch a stream from a space by @Rishikant181 in #100
- Removed unnecessary types by @Rishikant181 in #101
- Split Args into FetchArgs and PostArgs by @Rishikant181 in #102
New Contributors
- @rolivencia made their first contribution in #99
Full Changelog: v3.2.1...v3.3.0