Skip to content

Releases: vazaha-nl/mastodon-api-client

v1.0.0

11 Aug 14:50
Compare
Choose a tag to compare

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

10 Aug 18:11
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release
  • 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

07 Aug 14:51
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

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() and Result::getPreviousResult() have been renamed to Result::getNextPage() and Result::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

v0.1.0

02 Aug 13:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public test version.