This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
Releases: tatsuworks/tatsumaki-go
Releases · tatsuworks/tatsumaki-go
Version 1.4.0
Version 1.3.1
- Documented ErrLeaderboardLimit
Version 1.3.0
- Added limit query parameter for guild leaderboard endpoint
- Updated xerrors
Version 1.2.1
Version 1.2.1
- Fixed UserWithContext doc.
Version 1.2.0
- Added support for passing context to API calls. Use WithContext methods to do so. The default methods will make a call using context.Background()
- Updated Go mod to 1.13
- Updated dependencies
- Improvements to docs
- Fixed error message for adjusting guild points, made internal errors functions instead of var functions.
- Exported ErrAdjustBounds and ErrAdjustInvalid errors
- Renamed handle.go to struct.go
Version 1.2.0
- Added support for passing context to API calls. Use WithContext methods to do so. The default methods will make a call using context.Background()
- Updated Go mod to 1.13
- Updated dependencies
- Improvements to docs
- Fixed error message for adjusting guild points, made internal errors functions instead of var functions.
- Exported ErrAdjustBounds and ErrAdjustInvalid errors
- Renamed handle.go to struct.go
Version 1.1.0
This is a maintenance release with the following changes:
- Switched to xerrors (https://godoc.org/golang.org/x/xerrors) for error handling
- Renamed TatsumakiClient to Client
- Fixed user agent header string
- Code formatting to match guidelines of Go, i.e. UserId is now UserID
Version 1.0.2
This release contains important fixes.
- Added missing level property for user.
- Exported unexported fields for JSON.
Version 1.0.1
- Some refractoring for consistency and update to docs.
Version 1.0.0
- Initial release