Skip to content

Releases: PLhery/node-twitter-api-v2

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

1.0.0 - Finally stable - covers all v2 endpoint

22 Apr 22:08
Compare
Choose a tag to compare

First Stable Version

  • More tests, way more documentation
  • Add every missing v2 endpoints
  • Remove the two dependencies (form-data and oauth)
  • Improve error management
  • Fix issues with node12
  • Fix issues with the auth API

0.4.0 - add streaming endpoints + V2 followers endpoints

16 Apr 21:22
Compare
Choose a tag to compare

0.4.0

  • Add V1 and V2 streaming V2 endpoints
  • Add V2 followers and following endpoints
  • Refactor / various fixes

0.3.0 - add V2 user endpoints

13 Dec 21:59
Compare
Choose a tag to compare
  • Add the four API v2 user endpoints
  • Improve type definitions
  • Minor v2 search refactor

0.2.3 - Typescript ready (2)

29 Oct 22:56
Compare
Choose a tag to compare

Fix the npm package which did not include the build directory

0.2.1 - Typescript ready

28 Oct 22:02
Compare
Choose a tag to compare

9bb4570 export typescript definitions

0.2.0 - We're getting somewhere

07 Oct 21:15
Compare
Choose a tag to compare

#1

  • Link and Oauth auth
  • PUT/PATCH/DELETE
  • improve get/post methods (build query strings, v1/v2 urls, ...)
  • read/write/DMs segmentation
  • native media chunked upload, with simultaneous send of file parts

Credits to @alkihis