Skip to content

Releases: TJM/go-trello

v0.4.1 - minor fix for list of Boards

31 Oct 20:02
@TJM TJM
0a51245
Compare
Choose a tag to compare

This fixes a minor issue with the way the []Board was parsed, changed it to []*Board (Breaking Change)

v0.4.0 - Now with board members!

31 Oct 00:29
@TJM TJM
592516f
Compare
Choose a tag to compare
Merge pull request #2 from TJM/board_member

Board members!

v0.3.0

26 Oct 01:17
@TJM TJM
7525b0f
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release includes several interface changes. Consider it to be a major release (breaking changes). While attempting to write the tests, I found several issues with the code and ended up rewriting a large portion.

v0.2.0

22 Oct 15:38
@TJM TJM
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

We have added the capability to create boards, and also adjusted several parameters to be "lint" happy.

If you have anything that is accessing a parameter with Id in the name, you will need to change it to ID
Also the same with anything accessing Url will need to change to URL. This one is more likely to burn you (ShortUrl -> ShortURL)

~tommy