Releases: robdimsdale/wl
v1.2.4
v1.2.2
Library / CLI:
- Update copyright to 2016.
Validated against the official API as of 2016/01/01.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v1.2.1
Library / CLI:
- Do not leak
X-Access-Token
orX-Client-Id
in verbose logging.
Validated against the official API as of 2015/10/25.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v1.2.0
Library:
- The type of the
DueDate
property on the task has changed fromstring
totime.Time
Validated against the official API as of 2015/10/08.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v1.1.1
Library:
- Validate avatar
size
property according to the official avatar endpoint docs
Validated against the official API as of 2015/10/08.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v1.0.1
CLI:
- Fix homebrew installation
Library:
- Update README to include
gopkg.in/robdimsdale/wl.v1
url
Validated against the official API as of 2015/09/29.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v1.0.0
Rename to WL to avoid branding issues
Validated against the official API as of 2015/09/29.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v0.23.2
Library:
- Ensure
TaskComments
returns all task comments even if there are errors
Misc:
- Update README to reflect this project is unofficial
Validated against the official API as of 2015/09/29.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v0.23.1
CLI:
- Trim space from comma-separated uints e.g.
--taskIDs "123, 456"
.
Validated against the official API as of 2015/09/29.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment
v0.23.0
CLI:
- Add methods:
list-positions
,list-position
,update-list-position
,task-positions
,task-position
,update-task-position
,subtask-positions
,subtask-position
, andupdate-subtask-position
Library:
- Add methods
TaskPositions
andSubtaskPositions
Validated against the official API as of 2015/09/29.
The following library methods call undocumented endpoints:
- UpdateUser
- DeleteTaskComment