Skip to content

1.0.0

Compare
Choose a tag to compare
@dnbasta dnbasta released this 23 Apr 05:43
· 35 commits to main since this release
3000fac

Breaking changes

  • shortened and simplified class names and attributes
  • introduced Credentials object for storing token, budget and account string
  • made Adjuster class easier to side load/test by putting API calls into to class method from_credentials()
  • renamed test() method to dry_run()
  • dry_run() now returns list of ModifiedTransaction instead of dict

New Functionality

  • allows for custom names and custom order with type annotations in filter() and adjust() methods
  • raises SignatureError if parameters in filter() and adjust() are not compatible with abstract methods in Adjuster
  • new optional parameter pretty_print for dry_run() to print friendly output to console