mirror of
https://github.com/elyby/mojang-api.git
synced 2024-11-23 05:33:10 +05:30
1.1 KiB
1.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
0.2.0 - no date
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.
Changed
- The constructor no longer has arguments.
Fixed
- Change
static
toself
in\Ely\Mojang\Response\Properties\Factory
to allow its extending.
Removed
\Ely\Mojang\Api::create()
static method. Use constructor instead.
0.1.0 - 2019-04-01
Added
- Initial implementation