Skip to content

Commit

Permalink
Update readme, package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertax committed Nov 10, 2021
1 parent 4d80251 commit 26dacf9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ API calls can either execute a callback or return a promise. To return a promise
* addCardWithExtraParams
* addChecklistToCard
* addCommentToCard
* addCustomField
* addDueDateToCard
* addExistingChecklistToCard
* addItemToChecklist
Expand All @@ -70,15 +71,18 @@ API calls can either execute a callback or return a promise. To return a promise
* addListToBoard
* addMemberToBoard
* addMemberToCard
* addOptionToCustomField
* addStickerToCard
* addWebhook
* copyBoard
* setCustomFieldOnCard

### Delete

* deleteCard
* deleteLabel
* deleteLabelFromCard
* delMemberFromCard
* deleteWebhook

### Get
Expand Down Expand Up @@ -111,6 +115,7 @@ API calls can either execute a callback or return a promise. To return a promise
* updateCardDescription
* updateCardList
* updateCardName
* updateCardPos
* updateChecklist
* updateLabel
* updateLabelColor
Expand All @@ -120,6 +125,16 @@ Everything that is not available as a function can be requested by calling `make

## History

### 0.11.0

* Update optional fields
* Add optional field queries
* Add function `addCustomField`
* Add function `addOptionToCustomField`
* Add function `setCustomFieldOnCard`
* Add function `updateCardPos`
* Add function `delMemberFromCard`

### 0.10.0

* Add `copyBoard` functionality
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trello",
"version": "0.10.0",
"version": "0.11.0",
"author": "Norbert Eder <[email protected]>",
"description": "This module provides an easy way to make requests to the Trello API.",
"contributors": [
Expand Down

0 comments on commit 26dacf9

Please sign in to comment.