Releases: PLhery/node-twitter-api-v2
Releases · PLhery/node-twitter-api-v2
1.14.0
- feat: improve search query params #431
- breaking change: DM Ids should be strings #436
1.13.0
- feat: Add DM events endpoints
- feat: Add space tweet endpoint
1.12.9
- Fix: Add missing expansions/'tweet.fields' item for tweet edition #392
- Feat: friends/followers objects list V1 #391 (@Abdullah-Malik)
1.12.8
- Feat: Add
edit_history_tweet_ids
to TweetV2
- Feat: Add v1 friends/followers paginators (thanks to @Abdullah-Malik) #380
1.12.7
- Fix: Fix Exception throw when response data is truthy but not an object (for example, a raw HTML page) #354
- Fix: Typing issue with
TwitterApiErrorData.errors
that can be undefined
in some cases #357
- Feat: Add
include_rts
parameters for .userTimeline
#349
1.12.5
- Fix: Better check for error presence in
ApiResponseError
instantiation
1.12.4
- Fix: Ignore rate limit data for endpoints without rate limit headers in paginators #341
- Fix: Patch for unifiying endpoints with various error payload in v1 API #342
- Feat:
variants
property for media.fields
, add MediaVariantsV2
interface (thanks to @roncli) #347
1.12.3
- Feat: .favoriteTimeline for API v1 #296 (thanks to @AuroraDysis)
- Feat: duration_millis property for v1 medias (thanks to @RyoshiKayo)
- Feat: source_user_id and source_user_id_str missing properties in MediaEntityV1 (thanks to @AuroraDysis)