Releases: MauricioRobayo/twitterize
Releases · MauricioRobayo/twitterize
v2.0.0
2.0.0 (2020-01-22)
Bug Fixes
Code Refactoring
- use factory function for auth options (6d01f34), closes #30
BREAKING CHANGES
- We need to initialize the function with the
oauthOptions, which is going to return a function with the oauthOptions
so there is no need to pass oauthOptions every time the returned
function is used.
v1.1.2
1.1.2 (2019-06-20)
Bug Fixes
- reinstall deps from scratch to fix security issues (b9ac137)
v1.1.1
1.1.1 (2019-06-20)
Bug Fixes
- security alert - version bump (9b16a2d)
v1.1.0
1.1.0 (2019-04-06)
Features
- add support for image upload (7f80d91)
v1.0.2
1.0.2 (2018-12-15)
Bug Fixes
- request: consolidate options in one argument (6cf936f), closes #2
v1.0.1
1.0.1 (2018-12-14)
Bug Fixes
- URLSearchParams must be required for node v8.10 (231a188)
v1.0.0
1.0.0 (2018-12-13)
Features