Skip to content

v0.3.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vazaha-nl vazaha-nl released this 07 Aug 14:51
· 30 commits to main since this 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