Skip to content

1.2.0

Compare
Choose a tag to compare
@dnbasta dnbasta released this 28 Apr 06:42
· 18 commits to main since this release
594d61e

Enhancements

  • categories, payees and transactions attributes of Adjuster class are now python properties
  • Adjuster can now be initialized directly with Credentials object only
  • new apply() method: applies filter() and adjust() functions and returns list of ModifiedTransaction
  • new update()method: updates list of ModifiedTransaction in YNAB
  • changed_attributes in ModifiedTransaction converted from function to python property

Deprecated

  • class method from_credentials() has been deprecated. Use standard constructor instead
  • dry_run() has been deprecated. Use apply() function instead
  • run()has been deprecated. Use apply() and then update() function instead