Releases: theriverman/taigo
Releases · theriverman/taigo
v1.6.1
fixes #10
1.5.0 (RefreshAuthToken)
v1.5.0 AuthService.RefreshAuthToken() implemented
v1.4.1 // fix for user story unmarshalling
A new struct for the UserStory model:
type UserStoryOrigin struct {
ID int `json:"id,omitempty"`
Ref int `json:"ref,omitempty"`
Subject string `json:"subject,omitempty"`
}
Thanks a lot, @h44z!
v1.4.0 // Issues improved + smaller corrections
Major Changes:
- Added support for getting, creating and editing Taiga Issue objects
- TgObjectCustomAttributeValues are now exported and can be extended on-the-fly
- Added custom attribute get/update example for user stories
- Added support for working easily in a specific project's scope via
*ProjectService
- Struct members representing various agile points have been changed from regular
int
tofloat64
Thanks a lot @h44z for these additions!
v1.3.0
Major Changes:
- Added support for custom attribute handling
- Added support for working easily in a specific project's scope via
*ProjectService
v1.2.3
build-and-run scripts added to contribute
v1.2.2
update contribute/main.go swapped to simplified init
v1.2.1
Releasing v1.2.1
v1.1.0
swapped ioutil.ReadAll in favor of decoder.Decode