Releases: tontsa28/licheszter
Releases · tontsa28/licheszter
v0.3.1
v0.3.0
What's Changed
- feat: add support for the Relations category by @tontsa28 in #24
- feat: add support for the Account category by @tontsa28 in #25
- feat: add support for the Messaging category by @tontsa28 in #26
- feat: add support for the Puzzles category by @tontsa28 in #27
- fix: various fixes & improvements for v0.3.0 by @tontsa28 in #28
Full Changelog: v0.2.0...v0.3.0
v0.2.0
More than 2 years after the initial release, licheszter
is getting a huge update! This update includes so many changes that I can't even recall all of them, but here are some of the most important ones:
- Complete support for all JSON-returning endpoints (basically all but one) for the following categories:
- Board
- Bot
- Challenges
- Opening explorer
- Tablebase
- Fetching ongoing games & connecting to the event stream are also supported
- A lot of breaking changes:
- Completely overhauled
Error
andResult
types - Added
LicheszterBuilder
to make creating aLicheszter
client easier
- Completely overhauled
- Integration tests for ALL supported endpoints to ensure proper functionality in production
All new commits can be found from the commit log below.
What's Changed
Full Changelog: v0.1.0...v0.2.0