Skip to content

Releases: fundevogel/php-mastodon

v0.6.0

v0.6.0 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 19 Sep 08:02

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

v0.5.3 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 19 Sep 08:00

Changes

  • Add missing annotations
  • Create base class for API entities
  • Add entity methods to class Status

v0.5.2

v0.5.2 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 18 Sep 09:37

Changes

  • Download original status images only

v0.5.1

v0.5.1 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 18 Sep 08:37

Changes

  • Make downloadMedia() return array of filenames

v0.5.0

v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 17 Sep 19:36

Features

  • Add class Status
  • Add file downloader as trait

Changes

  • Move API method traits to dedicated directory

v0.4.1

v0.4.1 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 17 Sep 11:36

Changes

  • Update README
  • Initialize HTTP handler as private property
  • Change id to private

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 17 Sep 08:10

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

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 13 Sep 18:30

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

v0.2.1 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 13 Sep 05:15

Fixes

  • Fix __construct method's name & parameters

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@S1SYPHOS S1SYPHOS released this 12 Sep 19:37

Features

  • Enable auto-login on initialization

Changes

  • Add missing annotations