Releases: fundevogel/php-mastodon
Releases · fundevogel/php-mastodon
v0.6.0
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
Changes
- Add missing annotations
- Create base class for API entities
- Add entity methods to class
Status
v0.5.2
Changes
- Download original status images only
v0.5.1
Changes
- Make
downloadMedia()
return array of filenames
v0.5.0
Features
- Add class
Status
- Add file downloader as trait
Changes
- Move API method traits to dedicated directory
v0.4.1
Changes
- Update README
- Initialize HTTP handler as private property
- Change
id
to private
v0.4.0
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
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
Fixes
- Fix
__construct
method's name & parameters
v0.2.0
Features
- Enable auto-login on initialization
Changes