Skip to content

Releases: PLhery/node-twitter-api-v2

1.6.0 - Manage lists and list mutes

09 Oct 18:37
Compare
Choose a tag to compare
  • Feat: List v2 muted users endpoint #89
  • Feat: Manage v2 lists endpoints
  • Feat: Support user-flow with OAuth2 (beta - not documented yet)
  • Fix: Incorrect typing for createMediaMetadata #93

1.5.2: Rate limit caching fixes & tweet thread helper

22 Sep 16:20
Compare
Choose a tag to compare
  • Feat: Tweet thread helper #76 #79
  • Fix: Explicit max_results parameters should now work properly in paginators #74 #84
  • Fix: Endpoints with parameterized URLs now registers properly rate-limit data in cache store

1.5.1 - Fix typings in tweets

10 Sep 13:20
Compare
Choose a tag to compare

Fix: Fix return type for v1.1 'tweets' wrapper #72

1.5.0 - List and better rate limit access

08 Sep 19:47
Compare
Choose a tag to compare
  • Feat: v1.1 List endpoints, GET and POST, with doc, paginators and typings #70
  • Feat: Save rate limit information for last request of each endpoint #70
  • Doc: Documentation improvements for uploading media #68 #70 - thanks to @HapLifeMan
  • Doc: Fixed parameter name #67 - thanks to @HapLifeMan

1.4.1 - Types fixes & doc improvements

01 Sep 18:54
Compare
Choose a tag to compare
  • Fix: Incorrect type union in MessageCreateAttachmentV1 & MessageCreateLocationV1
  • Doc: Added real-life examples
  • Doc: Add Twitter doc link to .tweet/.reply

1.4.0 - v2 Spaces & Batch — v1 Accounts, users and friendships

27 Aug 20:48
Compare
Choose a tag to compare
  • Feat: Add every oauth/authenticate parameters #54 - thanks to @tbhmens
  • Fix: Set allowSyntheticDefaultImport to false to improve compat #57 - thanks to @PLhery
  • Feat: Add missing tweet.fields items in type enumeration #60 - thanks to @filippkowalski
  • Doc: Add info about error handling #61
  • Feat: Endpoint wrappers for v2 Spaces endpoints #62
  • Feat: Endpoint wrappers for v2 Batch Compliance endpoints #62
  • Feat: Types & wrappers for account, friendships, users and tweets v1.1 endpoints #64
  • Fix: Incorrect encoding of '*' character in query strings #63 #64

1.3.0 - DMs & v2 wrappers

15 Aug 13:11
Compare
Choose a tag to compare
  • Doc: Improve rate-limit documentation #47 #32
  • Feat: Public Direct Messages (DMs) 1.1 endpoints support: wrappers, typings, docs and tests #48
  • Feat: New 05/06/07-2021 v2 endpoints wrappers #50
  • Feat: Paginator mode for .following/.followers for v2 #50
  • Fix: Many fixes for tweet streams auto-reconnect, handle connection errors more smoothly #50
  • Feat: New events for tweet streams, that includes lost connection and reconnections #50
  • Feat: Handle stream errors deliveries in a dedicated .DataError event (for v2 tweet streams) #50
  • Fix: Corrections for body-mode auto-detection (mainly for manual API requests) #53

1.2.0 - Misc fixes and improvements

29 Jul 13:47
Compare
Choose a tag to compare
  • Fix: fetchLast was throwing an error with timelines #43
  • Feat: Add .meta and .includes in v2 paginators #35 #46
  • Feat: Add some missing attributes to tweetEntity typings #42

1.1.1 - keep streams alive

30 Jun 21:58
Compare
Choose a tag to compare
  • Fix: in streams, the KeepAlive was not emitted #33

1.1.0 - new v2 likes endpoints

23 Apr 17:20
Compare
Choose a tag to compare
  • Add the new v2 likes endpoint
  • Fix: add some missing media types