We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0f5fe commit d42b8eaCopy full SHA for d42b8ea
changelog.md
@@ -0,0 +1,15 @@
1
+0.2.1
2
+-----
3
+- Export typescript definitions
4
+
5
+0.2.0
6
7
+- Link and Oauth auth
8
+- PUT/PATCH/DELETE
9
+- improve get/post methods (build query strings, v1/v2 urls, ...)
10
+- read/write/DMs segmentation
11
+- native media chunked upload, with simultaneous send of file parts
12
13
+0.1.0
14
15
+- First foundations
package.json
@@ -1,6 +1,6 @@
{
"name": "twitter-api-v2",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Twitter api v1 and v2 client for node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments