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.
- Profile Information endpoint.
- Change skin endpoint.
- Upload skin endpoint.
0.2.1 - 2020-06-10
- Check if security questions are needed endpoint.
- Get list of questions endpoint.
- Send back the answers endpoint.
- Statistics endpoint.
- Allow
ramsey/uuid
v4. - Allow
guzzlehttp/guzzle
v7.
- Changed the threshold value for Playernames -> UUIDs endpoint
from
100
to10
.
0.2.0 - 2019-05-07
- This CHANGELOG.md file.
\Ely\Mojang\Api::setClient()
method to override default HTTP client.- API Status endpoint.
- UUID to Name history endpoint.
- Playernames -> UUIDs endpoint.
- Change Skin endpoint.
- Reset Skin endpoint.
- Blocked Servers endpoint.
- Refresh endpoint.
- Signout endpoint.
- Invalidate endpoint.
- The constructor no longer has arguments.
- Change
static
toself
in\Ely\Mojang\Response\Properties\Factory
to allow its extending. - Fix
validate
endpoint URL.
\Ely\Mojang\Api::create()
static method. Use constructor instead.
0.1.0 - 2019-04-01
- Initial implementation