Skip to content

Releases: norberteder/trello

0.11.0

08 May 08:42
Compare
Choose a tag to compare
  • Update optional fields
  • Add optional field queries
  • Add function addCustomField
  • Add function addOptionToCustomField
  • Add function setCustomFieldOnCard
  • Add function updateCardPos
  • Add function delMemberFromCard

0.12.0

12 Nov 10:53
Compare
Choose a tag to compare

Remove dependency restler and replace it with needle.

0.10.0

14 Jan 10:26
Compare
Choose a tag to compare
  • Add copyBoard functionality
  • Add getCustomFieldsOnBoard
  • Add getActionsOnBoard

0.9.1

11 Dec 11:16
Compare
Choose a tag to compare

Added trailing slash to /boards/ call

0.9.0

01 Jun 11:50
Compare
Choose a tag to compare
  • New function getCardsOnBoardWithExtraParams
  • New function getCardsOnListWithExtraParams
  • New function addDueDateToCard

0.8.0

26 Jul 19:04
Compare
Choose a tag to compare
  • Rename list fixed
  • Handle API rate limit by retries
  • New function addCardWithExtraParams

0.7.0

19 Dec 09:49
Compare
Choose a tag to compare
  • Public visibility for makeRequest

0.6.0

20 Nov 21:24
Compare
Choose a tag to compare

0.6.0

  • added getMember
  • added getCardStickers
  • added addStickerToCard
  • added getOrgBoards
  • added getMemberCards
  • added updateBoardPref
  • added addMemberToBoard

0.5.1

12 Jan 19:57
Compare
Choose a tag to compare
  • added renameList
  • added addChecklistToCard
  • added getChecklistsOnCard
  • added addExistingChecklistToCard
  • added updateChecklist
  • added getOrgMembers
  • API methods now return the promise

0.5.0

15 Oct 18:15
Compare
Choose a tag to compare
  • Support of promises
  • Basic support of Labeling:
    • getLabelsForBoard
    • addLabelOnBoard
    • deleteLabel
    • addLabelToCard
    • deleteLabelFromCard