You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Started Long-term preparing for v2.0 by obsoleting various things
TrelloClient
Added overload GetLabelsOfBoardAsync that let you specify GetLabelOptions in order to control fields returned and how many labels are returned (Default: 50, Max: 1000)
All Get<object>Options now have an AddtionalParameters where you can inject additional QueryParameters should the out-of-the box framework not support it
Added Limit, and Before/Since (paginating options) to GetCardOptions
1.11.0 (17th of September 2024)
TrelloClient
Added options on CustomFieldItemValue to get the raw Custom Field Values as String/DateTimeOffset?/Decimal?/Bool (so you do not need to parse them yourself)
1.10.9 (17th of September 2024)
TrelloClient
Added option to add/update Color on List (Only Paid Trello Plans support this feature)
Added overload of UpdateCard that is more simple and intuative to use (no need to know magic strings) (Issue #35)