Releases: parroty/extwitter
Releases · parroty/extwitter
v0.14.0
- Resolve compile warnings -> Adjust Config to not warn (#156).
- Bump minimum elixir version to 1.9
v0.13.1
Changes
- Fix error on elixir v1.14.
- Fix derive missing field issue (#150).
v0.13.0
Changes
- Update oauther for OTP 24 environment (#149).
- Refine documents (#139).
v0.12.5
Changes
- Allow for multiple tweets in a given message (#104).
v0.12.4
Enhancements
- Support destroy lists API (#145).
- Support add members to a list API (#146).
v0.12.3
Enhancements
- Support create lists API (#144).
v0.12.2
Changes
- Revert "Covering all patterns and preventing errors" (#136).
v0.12.1
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
Changes
Replaced poison dep with jason 1.1 (#121).
Enhancements
- Add
full_text
field back into tweet model (#122).
v0.11.0
Changes
- Update dependency to fix error with elixir v1.8 (#112, #113).