mojang-api/CHANGELOG.md
valentin-pazushko 77ef50bcad Implemented Refresh, Signout and Invalidate endpoints (#1)
* test validate method

* Implemented Refresh, Signout and Invalidate endpoints

* Fix refresh and signout requests

* revert composer.lock

* fix changelog
2019-05-07 11:08:09 +03:00

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.2.0 - no date

Added

Changed

  • The constructor no longer has arguments.

Fixed

  • Change static to self in \Ely\Mojang\Response\Properties\Factory to allow its extending.
  • Fix validate endpoint URL.

Removed

  • \Ely\Mojang\Api::create() static method. Use constructor instead.

0.1.0 - 2019-04-01

Added

  • Initial implementation