Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Releases: MauricioRobayo/twitterize

v2.0.0

22 Jan 21:32
Compare
Choose a tag to compare

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

20 Jun 21:22
Compare
Choose a tag to compare

1.1.2 (2019-06-20)

Bug Fixes

  • reinstall deps from scratch to fix security issues (b9ac137)

v1.1.1

20 Jun 16:12
Compare
Choose a tag to compare

1.1.1 (2019-06-20)

Bug Fixes

  • security alert - version bump (9b16a2d)

v1.1.0

06 Apr 02:20
Compare
Choose a tag to compare

1.1.0 (2019-04-06)

Features

  • add support for image upload (7f80d91)

v1.0.2

15 Dec 20:38
Compare
Choose a tag to compare

1.0.2 (2018-12-15)

Bug Fixes

  • request: consolidate options in one argument (6cf936f), closes #2

v1.0.1

14 Dec 18:38
Compare
Choose a tag to compare

1.0.1 (2018-12-14)

Bug Fixes

  • URLSearchParams must be required for node v8.10 (231a188)

v1.0.0

13 Dec 15:36
Compare
Choose a tag to compare

1.0.0 (2018-12-13)

Features