Releases: m4rkw/monzo-utils
Releases · m4rkw/monzo-utils
0.0.14
- Bugfixes in monzo-payments
0.0.12
- Bugfix: num payments calculation for finance wasn't using a LIKE query
0.0.11
- Use ORM query interface for monzo-search
0.0.10
- Added support for pending refunds in monzo-payments
0.0.9
- Fixed sync issues introduced accidentally in 0.0.7
0.0.8
- Ensure column names are always escaped in sql queries
0.0.7
- Push credit limit into the account table for credit cards
- Created models for the database records as a first step towards an abstraction layer for the database backend
0.0.6
- Fixed ordering of records in monzo-payments, could have caused issues if historical data was ever backfilled
0.0.5
- Added support for date searches in monzo-search
0.0.4
- Fixed confusing error message in monzo-payments
- Fixed error in exception handling
- Fixed some code paths that resulted in an undefined variable
- Forked python-pushover as python-pushover2 and added support for Python3 to make life easier, original project looks dead