Skip to content

Releases: parroty/extwitter

v0.10.0

30 Dec 13:27
Compare
Choose a tag to compare

Enhancements

  • Add raw_data fields and specs to models (#117).

v0.9.6

08 Sep 13:12
Compare
Choose a tag to compare

Enhancements

  • Add support for update with chunked media upload (#114).

v0.9.5

04 Aug 14:14
Compare
Choose a tag to compare

Changes

  • Move all specs into a behaviour file (#108).

v0.9.4

04 Jul 09:55
Compare
Choose a tag to compare

Enhancements

  • Implement friendships lookup (#111).

v0.9.3

20 May 11:08
Compare
Choose a tag to compare

Changes

  • Fix ArgumentError or UnicodeConversionError when parsing request params with a list as value (#102).

v0.9.2

20 May 11:04
Compare
Choose a tag to compare

Changes

  • Fixed crash if message is not string (#98).

v0.9.1

10 Dec 13:58
Compare
Choose a tag to compare

Changes

  • Add extended_tweet field to tweet struct (#95).

v0.9.0

09 Oct 14:26
Compare
Choose a tag to compare

Enhancements

  • Fix - no metadata for search results (#84).
  • Immediately stop stream when oauth config is invalid (#81, #87).
  • Add unretweet function (#90).

Changes

  • Requires elixir 1.4.0 or later.
    • Bugfix/cleanup char list deprecation warnings (#94).
    • Cleanup deps (#89).

v0.8.6

20 Jul 15:03
Compare
Choose a tag to compare

Enhancements

  • Add media chunk upload functionality (#83).

v0.8.5

02 Jul 08:59
Compare
Choose a tag to compare

Changes

  • Update dependency.
    • Bumped poison dep to 3.0 (#80).