twitter-api-v2
Version:
Strongly typed, full-featured, light, versatile yet powerful Twitter API v1.1 and v2 client for Node.js.
46 lines (39 loc) • 887 B
Markdown
1.1.0
-----
- Add the new v2 likes endpoint
- Fix: add some missing media types
1.0.0
-----
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 V1 and V2 streaming V2 endpoints
- Add V2 followers and following endpoints
- Refactor / various fixes
0.3.0
-----
- Add the four API v2 user endpoints
- Improve type definitions
- Minor v2 search refactor
0.2.3
-----
- Fix npm package (was not built)
0.2.1
-----
- Export typescript definitions
0.2.0
-----
- 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
0.1.0
-----
- First foundations