Releases: fundevogel/php-mastodon
Releases · fundevogel/php-mastodon
v0.6.0
Compare
Sorry, something went wrong.
No results found
Features
Add classes for all API entities
Implement (most) entity methods
Changes
Update usage examples in README
Update documentation on API methods
Fixes
Fix syntax error regarding class 'List'
v0.5.3
Compare
Sorry, something went wrong.
No results found
Changes
Add missing annotations
Create base class for API entities
Add entity methods to class Status
v0.5.2
Compare
Sorry, something went wrong.
No results found
Changes
Download original status images only
v0.5.1
Compare
Sorry, something went wrong.
No results found
Changes
Make downloadMedia() return array of filenames
v0.5.0
Compare
Sorry, something went wrong.
No results found
Features
Add class Status
Add file downloader as trait
Changes
Move API method traits to dedicated directory
v0.4.1
Compare
Sorry, something went wrong.
No results found
Changes
Update README
Initialize HTTP handler as private property
Change id to private
v0.4.0
Compare
Sorry, something went wrong.
No results found
Features
Add auth URL helper method
Add default HTTP headers
Changes
Rewrite auth workflow
Change instance to private
Move API methods to dedicated directory
Group API method calls into traits
Add missing annotations
Fixes
Fix errors upon empty responses
v0.3.0
Compare
Sorry, something went wrong.
No results found
Features
Add deauth workflow via method logOut
Add auth workflow via method logIn
Changes
Respect default headers
Fallback to current account when calling Accounts methods
Add missing annotations
v0.2.1
Compare
Sorry, something went wrong.
No results found
Fixes
Fix __construct method's name & parameters
v0.2.0
Compare
Sorry, something went wrong.
No results found
Features
Enable auto-login on initialization
Changes