Skip to content

Releases: plhery/node-twitter-api-v2

1.15.0

01 Jun 17:12

Choose a tag to compare

  • fix: Add missing client settings when fetching the token #480 (@qfish)

1.14.3

25 May 12:52

Choose a tag to compare

fix: support mov video type #478 (@wass08)

1.14.2

25 Feb 17:02

Choose a tag to compare

1.14.1

28 Jan 15:16

Choose a tag to compare

1.14.0

14 Jan 16:26

Choose a tag to compare

  • feat: improve search query params #431
  • breaking change: DM Ids should be strings #436

1.13.0

22 Dec 16:22

Choose a tag to compare

  • feat: Add DM events endpoints
  • feat: Add space tweet endpoint

1.12.10

14 Dec 15:34

Choose a tag to compare

1.12.9

23 Oct 19:36

Choose a tag to compare

  • Fix: Add missing expansions/'tweet.fields' item for tweet edition #392
  • Feat: friends/followers objects list V1 #391 (@Abdullah-Malik)

1.12.8

09 Oct 08:43

Choose a tag to compare

  • Feat: Add edit_history_tweet_ids to TweetV2
  • Feat: Add v1 friends/followers paginators (thanks to @Abdullah-Malik) #380

1.12.7

14 Sep 19:43

Choose a tag to compare

  • 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