Skip to content

Releases: tontsa28/licheszter

v0.3.1

21 Dec 19:27
v0.3.1
b676300
Compare
Choose a tag to compare

What's Changed:

  • Fixed a bug where Opening Explorer requests could cause errors due to missing model fields | e3a0efe
  • Upgraded dependencies | 63c217d

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Sep 17:53
v0.3.0
e8833c5
Compare
Choose a tag to compare

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

03 Aug 13:05
v0.2.0
eb68da5
Compare
Choose a tag to compare

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 and Result types
    • Added LicheszterBuilder to make creating a Licheszter client easier
  • 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

v0.1.0

06 Jul 18:31
2dfce79
Compare
Choose a tag to compare

This is the initial release of the crate! This crate can be used as an API wrapper to write a chess bot for lichess.org.

FEATURES:

  • Cover the Lichess bot API
  • Include models to help interaction with the API