Skip to content

1.0.0

Compare
Choose a tag to compare
@dnbasta dnbasta released this 02 May 06:17
· 16 commits to main since this release
38ae6f0

Breaking Changes

  • new initialization logic using ´User` object. Can be initialized directly, from dict or from yaml file
  • shortened/renamed base functions for better readability (split_transactions()split(), insert_complements()push(), delete_orphaned_complements()delete_orphans()
  • split() and push() functions now return split and pushed objects instead of count
  • refactored bash implementation to match class interface functionality (see documentation for specifics)

New Functionality

  • added reconcile() function which checks balances and reconciles split account of current user
  • added clear attribute to split()function. If set to True the function will automatically clear the newly inserted transactions in the split account of current user

Enhancements

  • added docstrings to all interface functions