Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Releases: XeroAPI/Xero-Net

2.2.1.10

07 Dec 00:03
fd80012
Compare
Choose a tag to compare

Summary

This release contains some new functionality for subscribing organisations to foreign currencies

New Functionality

  • #312 Add functionality for subscribing organisations to other currencies

2.2.1.9

06 Dec 22:52
36a955b
Compare
Choose a tag to compare

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

19 Nov 22:31
3f7b2b8
Compare
Choose a tag to compare

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

  • #305 Added TaxTypeName property to AU payroll TaxLines
  • #299 Added Business to ObjectType

2.2.1.7

13 Sep 23:00
Compare
Choose a tag to compare

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

  • #287 Corrections to various US Payroll models.
  • #293 Enum number fixes for Asssociation enums.
  • #297 Correction for dependency name in minimal.nuspec

2.2.1.6

10 Aug 04:47
Compare
Choose a tag to compare

Summary

This release contains a bug fix for AU Payroll

Bug Fixes

  • #289 Fix for ContributionType on AU SuperannuationLine

2.2.1.5

06 Aug 01:19
Compare
Choose a tag to compare

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

  • #278 Serialization fix for TrackingItemID on AUS Timesheet lines
  • #279 Added the NONE BankAccountType
  • #284 Correct spelling with Newtonsoft.Json dependency in the nuget.nuspec

2.2.1.4

11 May 20:13
Compare
Choose a tag to compare

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

  • #276 Payroll Settings now deserializes TrackingCategories from the correct format
  • #277 ManualJournals now succesfully serialize first placed enum values for Status and LineAmountTypes

2.2.1.3

30 Mar 00:26
Compare
Choose a tag to compare

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:

2.2.1.2

20 Mar 04:29
Compare
Choose a tag to compare

This release contains an addition of an interface outlining which core data contracts may have attachments against them, as well as beta functionality for retrieving invoices by a list of ids.

Merged PRs:

v2.2.1.1

13 Feb 20:04
Compare
Choose a tag to compare

This release contains a small number of bug fixes for American payroll.
Fixes include, correct deserialization of Payruns and allowing scope to be set when using exampe AmericanPayroll classes.

Merged PRs: