Skip to content

Releases: theriverman/taigo

v1.6.1

23 Feb 14:01
5a9a1ad
Compare
Choose a tag to compare
new release due to #11

fixes #10

13 Dec 22:08
Compare
Choose a tag to compare

fixes #10

type of property ExcludeTags changed from int to string in:

  • IssueQueryParams
  • TasksQueryParams
  • UserStoryQueryParams

1.5.0 (RefreshAuthToken)

03 Aug 20:02
0eed88c
Compare
Choose a tag to compare
v1.5.0

AuthService.RefreshAuthToken() implemented

v1.4.1 // fix for user story unmarshalling

17 Mar 21:17
b6e8449
Compare
Choose a tag to compare

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

28 Feb 11:51
738f49e
Compare
Choose a tag to compare

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 to float64

Thanks a lot @h44z for these additions!

v1.3.0

04 Oct 20:23
Compare
Choose a tag to compare

Major Changes:

  • Added support for custom attribute handling
  • Added support for working easily in a specific project's scope via *ProjectService

v1.2.3

04 Oct 14:34
Compare
Choose a tag to compare
build-and-run scripts added to contribute

v1.2.2

03 Oct 23:22
c5fb579
Compare
Choose a tag to compare
update contribute/main.go

swapped to simplified init

v1.2.1

27 Sep 22:33
v1.2.1
Compare
Choose a tag to compare
Releasing v1.2.1

v1.1.0

23 Sep 00:07
Compare
Choose a tag to compare
swapped ioutil.ReadAll in favor of decoder.Decode