Breaking Changes
- ✨ New struct
Response<T>
has been introduced to wrap the response data instead of the*Response
structs. [#114]
Bug Fixes
- 🐛 The
record_leaderboard::SearchCriteria::init
method was incorrectly setting thelimit
field toSome(25)
instead of initializing toNone
. [79b3dd9] - 🩹 Three models had not satisfied the trait bound
AsRef<T>
. [c9911b6]RecordsLeaderboard
structAllSummaries
structUserRecords
struct
Improvements
- 📚 Fixed some incorrect examples in the documentation. [78d851c]
Other Changes
- 🚚 Moved the
ErrorResponse
struct tocrate::model::response
module. [3c86e6d]
Internal Changes
- ✅ Wrote new unit and integration tests.
- ✅ Removed the unnecessary integration tests.