--- - allow specifying a start date for get_transactions_json - add get_detailed_transactions which converts the json to a pandas dataframe, adds the year to all transactions, and reverses credit activity.
1.15
--- - fix urllib3 import exception on Ubuntu/Debian, thanks dancudds!
1.14
--- - fix json output when using --filename - flake8 fixes
1.13
--- - new get_net_worth / --net-worth options, thanks wendlinga!
1.12
--- - get_transactions_csv and get_transactions_json API methods