Releases: atymic/twitter
Releases · atymic/twitter
V3 RC1
Laravel 8.x Support
2.3.0 feat: support laravel 8 (#316)
2.2.16: update tmhoauth requirement to stable version
update tmhoauth requirement to stable version
Misc Bugfixes
2.2.15 fix: add method to get previous response (#311)
2.2.14: fix: creating new direct messages
- switch
tmhOAuth
to fork (which has upstream fix merged) - fix error wording on post dm endpoint
2.2.13: Added note about maximum 200 getFriends() at a time (#301)
* Added note about maximum 200 getFriends() at a time * Adding count details to getFriends() docblock
2.2.12: feat: laravel 7 support (#292)
* feat: laravel 7 support
Account Activity Endpoints
Account activity (#286) * Webhook functions * Subscriptions functions * Made app-only requests working! * Return http response code for the requests which returns http 204 * Added documentation :) * Requested changes * Requested changes. StyleCI.
Auto Discover Facade
2.2.10 fix: autoload facade (#279)
Support new DM endpoints + bug fixes
fix: support for new dm api endpoints (#274) * fix: support for new dm api endpoints * docs: update readme dm docs