Releases: spnda/dart_minecraft
Releases · spnda/dart_minecraft
v0.6.0
0.5.2
0.5.1
What's Changed
- Add #5: Support little endianness in NBT files by @spnda
- Add: Name change info API by @spnda
- Add: Blocked player list API by @spnda
- Change: Deprecate getStatistics as endpoint was removed by @spnda
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 0.5.0...0.5.1
0.5.0
- Add: Microsoft authentication endpoints (Note that these are not complete!) by @spnda
- Change: Deprecate getStatus API as it got removed by Mojang by @spnda
- Change: Move NBT functionality to separate library (same package though) by @spnda
- Change: Remove deprecated API classes by @spnda
- Change: Use new profile endpoint for profile queries and update profile API by @spnda
- Fixed non working Modt/description by @TheKingDave in #3
- Fix: Catch auth errors when account has migrated by @spnda
- Fix: Use the new news.json endpoint by @spnda
Full Changelog: 0.4.0...0.5.0
0.4.0
- Add: Dart JS support (NBT, Server ping and packets do not work on JS.)
- Add: API for Security Challenges
- Update: Added new blocked servers
- Change: We now use Minecraft version manifest Version 2
- Fix: Yggdrasil's authenticate function did not work
- Fix: Catch more errors in getStatus()
0.3.5
- Add: Change password API
- Add: Get UUID by name API
- Add: Name availability check API
- Change:
Mojang
,Minecraft
andYggdrasil
classes have been deprecated. Use the globally available functions instead. - Change: The API now catches and reports more and better exceptions
- Change: Now uses dart-lang/http library.