Releases: TJM/go-trello
Releases · TJM/go-trello
v0.4.1 - minor fix for list of Boards
v0.4.0 - Now with board members!
Merge pull request #2 from TJM/board_member Board members!
v0.3.0
v0.2.0
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