All Versions
10
Latest Version
Avg Release Cycle
23 days
Latest Release
1888 days ago

Changelog History

  • v2.0.0 Changes

    February 21, 2019
    • Backwards incompatible
    • Delta requests for most of the resources
    • โšก๏ธ Now allow bulk transaction update
  • v1.3.0 Changes

    December 20, 2018

    IMPORTANT:

    ๐Ÿš€ This release adds backwards incompatible changes in the budget package budget.DateFormat and budget.CurrencyFormat are now nullable 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

    October 06, 2018
  • v1.2.1 Changes

    October 06, 2018

    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."

    ๐Ÿš€ Source: https://www.youneedabudget.com/release-notes/

  • v1.2.0

    October 06, 2018
  • v1.1.8

    August 25, 2018
  • v1.1.7

    August 11, 2018
  • v1.1.6 Changes

    August 05, 2018

    ๐Ÿ›  Fix of percentage can be higher than 100 thank you @dwburke for the contribution.

  • v1.1.5 Changes

    August 02, 2018

    ๐Ÿ›  Important fixes on transaction's persistence requests.

  • v1.1.4 Changes

    July 31, 2018

    ๐Ÿ‘ vgo support