Releases: XeroAPI/Xero-Net
2.2.1.10
2.2.1.9
Summary
This release contains some new functionality for some Accounting and Payroll endpoints, and some other small fixes
New Functionality
- #307 Added EarningRates.IsReportableAsW1 for Australian payroll
- #308 Added ResidencyStatus to TaxDeclaration for Australian payroll
- #310 Added paging to Overpayments and Prepayments
- #311 Added IsNonRecoverable to TaxComponent
Bug Fixes / Other Changes
- #307 Corrected PayItems.EarningRates
2.2.1.8
Summary
This release contains some new functionality for a couple reports, and some other small fixes
New Functionality
- #306 Added paymentsOnly, timeframe, and periods parameters to the BalanceSheet and P&L reports
Bug Fixes / Other Changes
2.2.1.7
Summary
This release contains some new functionality for US payroll, Files API and Authentication as well as some bug fixes
New Functionality
- #287 Added PayItems Endpoint for US Payroll.
- #293 Paging for Files endpoint.
- #295 Adds optional flag to Public and Partner authorisation which allows redirection to your callback URL when authorisation fails (Note: This is only useful when using public and partner apps with a callback URL)
Bug Fixes
2.2.1.6
2.2.1.5
Summary
This release contains some new functionality for paging CreditNotes as well as some minor bug fixes
New Functionality
- #283 Adds paging for CreditNotes
Bug Fixes
2.2.1.4
Summary
This release contains some new functionality for retrieving invoices as well as some bug fixes for Payroll Settings and Manual Journals
New Functionality
- #275 Invoices can now be filtered by lists of ContactIds, Statuses, and InvoiceNumbers
Bug Fixes
2.2.1.3
This release has just a couple of small changes.
The first change is functionality to expose the Id of an organisation when it's retrieved.
The second change is arround oauth operation error handling. If an error occurs when the SDK is performing oauth operations and the error is not an intended oauth error (Xero's API is down for example) a different exception is thrown instead of the generic OauthException
Merged PRs: