Skip to content

Releases: Rinrin0413/tetr-ch-rs

v0.7.0 2024-12-26

25 Dec 17:47
02711c6
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

Improvements

  • 📚 Fixed some incorrect examples in the documentation. [78d851c]

Other Changes

Internal Changes

  • ✅ Wrote new unit and integration tests.
  • ✅ Removed the unnecessary integration tests.

v0.6.1 2024-12-11

11 Dec 07:59
c89aeb9
Compare
Choose a tag to compare

Features

Bug Fixes

Other Changes

  • 📚 Fixed an incorrect link in the CHANGELOG.md. [#103]
  • 🛠️ Adjusted the examples. [c63f513]

v0.6.0 2024-12-07

07 Dec 10:17
052796f
Compare
Choose a tag to compare

Breaking Changes

  • 💥 TETR.IO BETA 1.2.0+ are now supported. [#15]
    • ✨ Added new methods of the Client struct for the new API endpoints.
      • 🔥 Removed the methods and elements for the discontinued endpoints. [#64]
    • ✨ Added support for the new rank X+. [#61]

Features

Improvements

  • 🛠️ Parameters that are used in the URL are now encoded.
  • 📚 Improved the documentation.

Other Changes

  • 🛠️ The enumerators of the ResponseError enum now have each error type. [#89]

v0.5.1 (hotfix) 2023-12-01

30 Nov 16:07
ca322b5
Compare
Choose a tag to compare

Fixes

  • Decoding error when the property ts of the object "badges" was not present

v0.5.0 2023-11-30

29 Nov 23:54
cf953fe
Compare
Choose a tag to compare

Fixes

  • Decoding error caused by the TWC badges [#4]
  • Missing property currentbtbchainpower in struct SinglePlayEndCtx [#6]
  • Some outdated example code (01, 04)
  • Some typos in document and CHANGELOG.md

Additions

  • Support new type of line clear "Pentas" and "T-Spin Pentas" [#7]
  • A field group in struct Badge [#5]

Changes

  • Rename a field attack to attacks of struct EndCtxGarbage

Improvements

  • Improve the document
  • Update the library description sentence in README.md and /src/lib.rs

Internal

  • Update .gitignore

v0.4.0 2023-06-29

29 Jun 14:40
e6d7573
Compare
Choose a tag to compare

Changes

  • License changed from GPL-3.0 to MIT.
  • Support TETRA LEAGUE streams and multi player records [#3]
    This has significantly changed the structure around records.

Fixes

  • Fix some typos.

Improvements

  • Make ResponseError a standard error type by @jlkn in [#2]

v0.3.5 2023-05-23

22 May 23:15
b57ae22
Compare
Choose a tag to compare

Improvements

Fixes

  • Fixed redundant and raggedly named functions.

v0.3.4 2022-12-18

17 Dec 22:22
aaeb1f8
Compare
Choose a tag to compare
Update:v0.3.4

Ignore:check_examples.sh

v0.3.3 2022-12-13

12 Dec 21:38
c91ba16
Compare
Choose a tag to compare
Add:a note

v0.3.2 2022-10-28

28 Oct 12:50
aed7404
Compare
Choose a tag to compare

Additions

Improvements

  • Improved the documentation.