Releases: vazaha-nl/mastodon-api-client
Releases · vazaha-nl/mastodon-api-client
v1.0.1
v1.0.0
What's Changed
- code cleanup: removed unneeded abstract request classes; separated other abstracts
- fixed an issue where result set could be empty when paging back & forth
Full Changelog: v0.4.0-rc2...v1.0.0
v0.4.0-rc2
- added links to documentation for all methods and entities
- implemented custom format array arguments (f.e. for defining polls)
- FileUpload helper for easy file uploading (f.e. media attachments and profile pics)
- better handling of methods with custom response formats
- more tests
- updated readme and examples
- various (bug)fixes and refactors
Full Changelog: v0.3.0-rc1...v0.4.0-rc2
v0.3.0-rc1
This version contains some breaking changes from the previous version!
\Vazaha\Mastodon\Results\Result
class is now a subclass of\Illuminate\Support\Collection
- The
Result::getModels()
method has been made protected;Result::getModel()
has been removed Result::getNextResult()
andResult::getPreviousResult()
have been renamed toResult::getNextPage()
andResult::getPreviousPage()
Other changes:
- New method
ApiClient::methods()
exposes a proxy for all api methods, categorized and named just like in the documentation - Added more documentation and descriptions to categories, methods, and arguments
- Added more tests
- Updated examples and readme
- Various bug fixes
Full Changelog: v0.2.0...v0.3.0-rc1
v0.2.0
- fix: ids are always strings (incorrect in docs for this entity)
- fix: some models are extension of other models
- removed two unused bogus models
- fix: don't break on safe int to string (and vv) property assignments
- auto generated model tests based on json examples
- fixed model property issues/mismatches found by new tests
Full Changelog: v0.1.0...v0.2.0