Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

76 lines (47 loc) · 2.19 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Update the method documentation for Balance and Balance.String.
  • Update the project description in the README.

Fixed

  • Correct the link to the 0.3.0 release.

Changed

  • The Month struct now has the Date field.

Fixed

  • The Summary struct no longer has anonymous fields.

0.2.2 - 2024-07-03

Added

  • Regex pattern matching for the WithMonth option.

Changed

  • Update the error message to include corrective action when the YNAB_PAT environment variable is not set, and the WithToken option is not provided.

0.2.1 - 2024-06-30

Changed

  • A code snippet in the tutorial was updated to include the correct amount of return values.

0.2.0 - 2024-06-30

Added

  • README.md now contains a brief tutorial describing features and functionality.
  • CHANGELOG.md to keep track of changes to the project.
  • Support for all YNAB account types, stored in the Assets and Liabilities structs.

Changed

  • NetWorth is now comprised of Assets and Liabilities.
  • AddComma is renamed to FormatCurrency.

0.1.1 - 2024-06-29

Fixed

  • Funded Spending from the Credit Card Payment category skews monthly Expenses. It is now removed from the total.
  • Calculation of Net Worth had the incorrect arithmetic operator.

0.1.0 - 2024-06-20

Added

  • Ability to query the YNAB API for budget data.