Skip to content

1.3.0

Compare
Choose a tag to compare
@dnbasta dnbasta released this 30 Apr 05:08
· 6 commits to main since this release
181db6e

New Functionality

  • specifying an account_id in Credentials is now optional. If not provided library will fetch transactions for whole budget
  • created Account object with name and id attributes.
  • added account as attribute to Transaction, Modifier and ModifiedTransaction object.
  • added accounts as lookup property to Adjuster. It can be used via fetch_by_name() or fetch_by_id()