mirror of
https://github.com/elyby/mojang-api.git
synced 2024-11-23 05:33:10 +05:30
2.1 KiB
2.1 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
Added
- 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
- Changed the threshold value for Playernames -> UUIDs endpoint
from
100
to10
.
0.2.0 - 2019-05-07
Added
- 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.
Changed
- The constructor no longer has arguments.
Fixed
- Change
static
toself
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