Releases: parroty/extwitter
Releases · parroty/extwitter
v0.8.4
Changes
- Fix for crash when calling user_lookup on more than 2 twitter IDs (#78).
v0.8.3
Enhancements
- Add support for blocking/unblocking users (#71).
v0.8.2
Enhancements
- Add support for users/profile_banner (#70).
Changes
v0.8.1
Changes
- Fix option for account/verify_credentials (#68).
v0.8.0
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
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.1
Enhancements
- Improve handling for connection error.
- Trap connection errors and raise with custom exception (#45).
- Support user streaming function.
v0.7.0
Changes
- Drop Timex.Date.now() call in favor of native Erlang (#43).
v0.6.3
Enhancements
- Implement creating/destroying favorites (#41).
- ExTwitter.create_favorite
- ExTwitter.destroy_favorite
Changes
- Expose user_id and screen_name from access_token response (#40).