Releases: brunomvsouza/ynab.go
Update package name
v1.4.0 Rename package
Synchronizes latest changes made on YNAB's API
- Backwards incompatible
- Delta requests for most of the resources
- Now allow bulk transaction update
v1.3.0: Merge pull request #18 from brunomvsouza/api-documentation-sync
IMPORTANT:
-
This release adds backwards incompatible changes in the
budget
packagebudget.DateFormat
andbudget.CurrencyFormat
are nownullable
in YNAB API's return. -
This release adds the ability to fetch and update category data for a given budget month.
With these two changes I believe the lib supports 100% of the YNAB API again.
v1.2.2
Add maintained badge
Soft-deprecating bulk transaction and replacing it by new endpoint
IMPORTANT: This change adds backwards incompatible changes. CreateTransaction return type have changed due to YNAB API changes. Should be easy to adjust though.
These changes were needed following a change on YNAB's API:
"We’ve soft-deprecated POST /budgets/{budget_id}/transactions/bulk. It still works and we still support it, but POST /budgets/{budget_id}/transactions with a transactions array is likely the more future-proof way of creating multiple transactions."
v1.1.8: Merge pull request #10 from brunomvsouza/add-last-used-budget-support
Add support to easily fetch last used budget
v1.1.7: Merge pull request #8 from brunomvsouza/documentation
Add licence on files and package descriptions
v1.1.6: Merge pull request #7 from dwburke/goal-more-than-100-percent
Fix of percentage can be higher than 100 thank you @dwburke for the contribution.
v1.1.5: Merge pull request #6 from brunomvsouza/fix-transaction-creation
Important fixes on transaction's persistence requests.
v1.1.4
vgo support