Changes¶
1.1.0 (2025-07-08)¶
Added export support for most endpoints, with exclusions explained.
Improved error handling with better context when exceptions occur during export.
Added an AI-friendly version of Xero’s API documentation in
api-docs/directory.Added rate limiting to all simple endpoints.
1.0.0 (2025-06-27)¶
First stable release.
Added
reconcilecommand to compare and validate data consistency between sources.Added bank transactions export functionality.
Re-worked
journals checkinto a more generatecheckcommand.Added pagination support to
explorethrough--page` and ``--page-sizeoptions.Cross-platform documentation with Linux, macOS and Windows PowerShell examples.
Improved handling of duplicate bank transaction updates.
Better rate limiting and pagination handling.
Switched to decimal handling for JSON floats.
Fixed typos in
expired_at/expires_asnaming.Removed flatten functionality entirely; it’s not possible to do sensibly and generically.
0.2.0 (2025-05-17)¶
Initial functionality:
Implemented
login,explore,exportandtenantscommands.Implemented
journalscommand withflattenandchecksub-commands.
0.1.0 (2025-04-10)¶
Placeholder release with functional continuous integration.