Add draft type for the body content of a Card update. (f986af1)
Add fetching and caching of custom fields. (6a29180)
Add find/delete methods for columns in Widget instances. (3bd307c)
Add finding cards by their sequentialId (the number shown on the Favro UI on cards). (621dc8a)
Add generic client method for finding widget columns. (2d87d1e)
Add ignore-case option to the general finder function, and use for finding by name or email. (b177680)
Add method for fetching a specific card by its cardId. (561d6a7)
Add method for updating a Card with a raw data structure (no helpers for Custom Fields). (0493403)
Add method to find users by name, id, or email. (02e79c3)
Add methods for creating and deleting Collections, add more classes and types for the disparate kinds of API response data, and improve generic request handling. (65c49ed)
Add methods for creating, finding, and deleting cards, with passing tests. (e5bed0c)
Add methods to find collections by name or ID. (fd13627)
Add partial methods to the Collection class to allow instances to find their own Widgets. (8b1883c)
Add types for Card creation and searching. (82e3e7b)
Add utility 'find' functions for improved typing and more specific functionality for class 'find' methods. (344f288)
Add Widget deletion methods and get all tests passing. (1c2898a)
Change basic info in the template CLI scripts (nowhere near functional still). (d12bab0)
Change finding/deleting Collections by name to be batch methods, since names are not unique in Favro. (08d8647)
Change the find-collection-by-id method to directly hit the single-collection API endpoint if not found in cache. (53a1a25)