Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Releases: tatsuworks/tatsumaki-go

Version 1.4.0

24 Dec 20:34
Compare
Choose a tag to compare
  • This version brings a breaking change:
    • This repo is now under the Tatsu Works org, so imports must be updated from github.com/hassieswift621/tatsumaki-go to github.com/tatsuworks/tatsumaki-go
  • Misc improvements and fixes

Version 1.3.1

23 Dec 12:13
Compare
Choose a tag to compare
  • Documented ErrLeaderboardLimit

Version 1.3.0

22 Dec 20:44
Compare
Choose a tag to compare
  • Added limit query parameter for guild leaderboard endpoint
  • Updated xerrors

Version 1.2.1

03 Dec 12:01
Compare
Choose a tag to compare

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

03 Dec 11:50
Compare
Choose a tag to compare
  • 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

07 Aug 14:29
Compare
Choose a tag to compare

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

11 Jun 11:11
50ae56b
Compare
Choose a tag to compare

This release contains important fixes.

  • Added missing level property for user.
  • Exported unexported fields for JSON.

Version 1.0.1

20 Apr 12:04
559555c
Compare
Choose a tag to compare
  • Some refractoring for consistency and update to docs.

Version 1.0.0

20 Apr 11:48
Compare
Choose a tag to compare
  • Initial release