| description |
|---|
A log of changes. Breaking changes will be denoted with 🚨 |
- Pagination options for GET /v1/transactions (
limitandoffset) - Filter options for GET /v1/transactions (
asset_id,recurring_id,plaid_account_id,tag_id,category_id) - New endpoint: GET /v1/tags
- Support for tags in PUT /v1/transactions/:id and POST /v1/transactions
- ****🚨Split object for splitting transactions is moved out of the Transactions object and to a higher-level. We will still support the
splitproperty for a few more weeks before removing it completely.