trello4j
trello4j copied to clipboard
Java wrapper around Trello API
Bumps [gson](https://github.com/google/gson) from 2.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [junit](https://github.com/junit-team/junit4) from 4.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Add date due to Card
Posting comment to a card functionality added. Please have a look.
I've closed my previous pull request as there were a lot of new commits since then, and a stack of new development involving the addition of Spring (REST template) and...
getActionsByCard was missing the filters argument
Add support to get the Checklist from an Action, if it related to an Action. Furthermore correct the value for Action.TYPE.UPDATE_LIST.