v0.6.0 2024-12-07
Breaking Changes
- 💥 TETR.IO BETA 1.2.0+ are now supported. [#15]
Features
- ✨ The
Client
struct now supportsX-Session-ID
header. [#97] - ✨ Added two prelude modules
tetr_ch::prelude
andtetr_ch::model::prelude
. - ✨ Added
xp_to_level
function.
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]