Skip to content

Releases: parroty/extwitter

v0.8.4

18 Jun 08:30
Compare
Choose a tag to compare

Changes

  • Fix for crash when calling user_lookup on more than 2 twitter IDs (#78).

v0.8.3

13 Mar 12:45
Compare
Choose a tag to compare

Enhancements

  • Add support for blocking/unblocking users (#71).

v0.8.2

07 Feb 13:35
Compare
Choose a tag to compare

Enhancements

  • Add support for users/profile_banner (#70).

Changes

  • Update dependencies.

v0.8.1

01 Feb 12:37
Compare
Choose a tag to compare

Changes

  • Fix option for account/verify_credentials (#68).

v0.8.0

23 Jan 15:09
Compare
Choose a tag to compare

Changes

  • OAuth dependency library is updated (#63).
    • Adding {:oauth, github: "tim/erlang-oauth"} in mix.exs becomes not required.
  • Configurations for proxy is simplified.
  • Fix [mix bench] task error and library updates.
    • Update benchfella and remove some warning notes about setup/teardown.

v0.7.3

29 Dec 00:48
Compare
Choose a tag to compare

Enhancements

  • Allow for looking up multiple users with a list (#61).
  • Add new Tweet fields for extended tweets (#57).
  • Support for direct messages in streaming API (#60).

v0.7.2

31 Jul 14:25
Compare
Choose a tag to compare

0.7.2

Changes

  • Update dependencies.

v0.7.1

31 Jul 13:57
Compare
Choose a tag to compare

Enhancements

  • Improve handling for connection error.
    • Trap connection errors and raise with custom exception (#45).
  • Support user streaming function.
    • ExTwitter.stream_user

v0.7.0

19 Mar 13:29
Compare
Choose a tag to compare

Changes

  • Drop Timex.Date.now() call in favor of native Erlang (#43).

v0.6.3

05 Mar 12:17
Compare
Choose a tag to compare

Enhancements

  • Implement creating/destroying favorites (#41).
    • ExTwitter.create_favorite
    • ExTwitter.destroy_favorite

Changes

  • Expose user_id and screen_name from access_token response (#40).