Skip to content

Releases: XeroAPI/Xero-Java

2.2.14

28 Jan 20:53
Compare
Choose a tag to compare

Tracking category option needs to be a string not array on line items for invoices and other objects using line items with tracking support.

2.2.13

25 Jan 01:00
Compare
Choose a tag to compare

One change on all model properties. They are no longer being init as null.
ReportWithRow property reportTitle was a string, when it's an array of strings.

2.2.12

24 Jan 17:38
Compare
Choose a tag to compare

Added missing OrganisationID from the Organisation Endpoint
Refactored RowType to be separate object
Use new RowType object for ReportRow and ReportRow properties
Update custom RSA SIgning example in README

2.2.11

23 Jan 18:08
Compare
Choose a tag to compare

Changed ReportRow rowType property from string to enum
com.xero.models.accounting.ReportRow.RowTypeEnum.

Added missing BudgetSummary report.

2.2.10

18 Jan 00:58
Compare
Choose a tag to compare

Employee

  • Missing UpdatedDateUTC
  • Status changed from string to ENUM
    BalanceSheet and Profit/Loss Report
  • timeframe changed from Int to String/Enum

2.2.9

18 Jan 00:00
Compare
Choose a tag to compare

fix return type of attachments to binary

2.2.8

16 Jan 20:47
Compare
Choose a tag to compare

Change date property on CreditNote from string to a date.

2.2.7

15 Jan 19:01
Compare
Choose a tag to compare

Fix issue #115
BatchPayments property on Contact object changed from String to BatchPaymentDetails

2.2.6

14 Jan 18:18
Compare
Choose a tag to compare

Create new ManualJournalLine class for use with ManualJournals endpoint
The JournalLine was modified in version 2.2.5 for use by Journal endpoint.

2.2.5

14 Jan 18:15
Compare
Choose a tag to compare

Update JournalLines class to be used by Journals endpoint