Skip to content

Releases: parroty/extwitter

v0.14.0

28 Oct 23:50
Compare
Choose a tag to compare
  • Resolve compile warnings -> Adjust Config to not warn (#156).
    • Bump minimum elixir version to 1.9

v0.13.1

08 Sep 14:41
b86bdc8
Compare
Choose a tag to compare

Changes

  • Fix error on elixir v1.14.
    • Fix derive missing field issue (#150).

v0.13.0

28 Dec 13:13
Compare
Choose a tag to compare

Changes

  • Update oauther for OTP 24 environment (#149).
  • Refine documents (#139).

v0.12.5

11 Nov 23:04
Compare
Choose a tag to compare

Changes

  • Allow for multiple tweets in a given message (#104).

v0.12.4

11 Aug 13:43
Compare
Choose a tag to compare

Enhancements

  • Support destroy lists API (#145).
  • Support add members to a list API (#146).

v0.12.3

07 Aug 14:02
Compare
Choose a tag to compare

Enhancements

  • Support create lists API (#144).

v0.12.2

11 Nov 14:10
Compare
Choose a tag to compare

Changes

  • Revert "Covering all patterns and preventing errors" (#136).
    • Fix for breaking change.

v0.12.1

09 Nov 23:57
c6d1aca
Compare
Choose a tag to compare

Changes

  • Fix behavior definition for access_token and request_token (#123).
  • Fix for auth.ex to cover all patterns and preventing errors (#124).

v0.12.0

09 Feb 02:09
Compare
Choose a tag to compare

Changes

Replaced poison dep with jason 1.1 (#121).

Enhancements

  • Add full_text field back into tweet model (#122).

v0.11.0

08 Jan 13:09
Compare
Choose a tag to compare

Changes

  • Update dependency to fix error with elixir v1.8 (#112, #113).